body {
    /*min-width: 960px !important;*/
}

.modal_new-open {
    overflow: hidden !important;
}

.modal_new-open .modal_new {
    overflow-x: hidden;
    overflow-y: auto
}

.modal_new {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal_new-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    z-index:1050;
}

.modal_new.fade .modal_new-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal_new.fade .modal_new-dialog {
        transition: none
    }
}

.modal_new.show .modal_new-dialog {
    -webkit-transform: none;
    transform: none
}

.modal_new.modal_new-static .modal_new-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal_new-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal_new-dialog-scrollable .modal_new-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal_new-dialog-scrollable .modal_new-header,.modal_new-dialog-scrollable .modal_new-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal_new-dialog-scrollable .modal_new-body {
    overflow-y: auto
}

.modal_new-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal_new-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal_new-dialog-centered.modal_new-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal_new-dialog-centered.modal_new-dialog-scrollable .modal_new-content {
    max-height: none
}

.modal_new-dialog-centered.modal_new-dialog-scrollable::before {
    content: none
}

.modal_new-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: .3rem;
    outline: 0
}

.modal_new-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal_new-backdrop.fade {
    opacity: 0
}

.modal_new-backdrop.show {
    opacity: .5
}

.modal_new-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal_new-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal_new-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal_new-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal_new-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal_new-footer>* {
    margin: .25rem
}

.modal_new-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
header.elementor-element {
    width: 100%;
    z-index: 100;
    background: #fff;
    position: relative;
}

.elementor-175 .elementor-element.elementor-element-14488de{
    min-height: 50px;
}
.site-logo{
    height: inherit;
}
.elementor-column.logo_wrap{
    width: 100%;
}
.elementor-175 .elementor-element.elementor-element-1c3a7d1d > .elementor-widget-container{
    margin-top: 0;
}

@media(min-width: 320px) {
    .elementor-175 .elementor-element.elementor-element-1c3a7d1d img{
        width: 50px;
    }
    .elementor-175 .elementor-element.elementor-element-14488de > .elementor-element-populated{
        margin-top: 12px;
    }

}
@media(min-width: 480px) {
    .elementor-175 .elementor-element.elementor-element-1c3a7d1d img{
        width: 80px;
    }
    .elementor-175 .elementor-element.elementor-element-14488de > .elementor-element-populated{
        margin-top: 0px;
        align-content: flex-start !important;
        align-items: flex-start !important;
    }
}
@media(min-width: 576px) {
    .elementor-175 .elementor-element.elementor-element-14488de > .elementor-element-populated{
        margin-top: 0px;
        align-content: flex-start !important;
        align-items: flex-start !important;
    }
    .modal_new-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal_new-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal_new-dialog-scrollable .modal_new-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal_new-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal_new-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal_new-sm {
        max-width: 300px
    }
    .elementor-175 .elementor-element.elementor-element-1c3a7d1d img{
        width: 100px;
    }
}
@media(min-width: 767px) {
    .elementor-175 .elementor-element.elementor-element-1c3a7d1d img{
        width: 125px;
    }



}
@media(min-width: 992px) {
    .modal_new-lg,.modal_new-xl {
        max-width:800px
    }

}
@media(min-width: 1025px) {
    .elementor-column.logo_wrap{
        width: 20%;
    }
    .site-logo{
        height: 30px;
    }
    .elementor-175 .elementor-element.elementor-element-1c3a7d1d > .elementor-widget-container{
        margin-top: -28px;
    }

    header.elementor-element {
        margin-top: 0px;
        margin-bottom: 0px;
        top: 0px;
        width: 100%;
        z-index: 100;
        background: #fff;
        position: fixed;
        min-height: 123px;
    }
    .header_separator {padding-bottom: 123px;}
}

@media(min-width: 1200px) {
    .modal_new-xl {
        max-width:1140px
    }
}

.img-fluid,.modal_new-dialog.cascading-modal.modal_new-avatar .modal_new-header,.video-fluid {
    max-width: 100%;
    height: auto
}

body.modal_new-open {
    padding-right: 0 !important;
    overflow: auto
}

body.modal_new-open .fixed-top {
    padding-right: 1rem !important
}

body.modal_new-open .fixed-bottom {
    padding-right: 0 !important
}

body.scrollable {
    overflow-y: auto
}

.modal_new-dialog .modal_new-content {
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.modal_new-dialog .modal_new-content .modal_new-header {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem
}

.modal_new-dialog.cascading-modal {
    margin-top: 10%
}

.modal_new-dialog.cascading-modal .close {
    color: #fff;
    text-shadow: none;
    outline: 0;
    opacity: 1
}

.modal_new-dialog.cascading-modal .modal_new-header {
    padding: 1.5rem;
    margin: -2rem 1rem 1rem 1rem;
    text-align: center;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.modal_new-dialog.cascading-modal .modal_new-header .close {
    margin-right: 1rem
}

.modal_new-dialog.cascading-modal .modal_new-header .title {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.25rem
}

.modal_new-dialog.cascading-modal .modal_new-header .title .fas,.modal_new-dialog.cascading-modal .modal_new-header .title .fab,.modal_new-dialog.cascading-modal .modal_new-header .title .far {
    margin-right: 9px
}

.modal_new-dialog.cascading-modal .modal_new-header .social-buttons {
    margin-top: 1.5rem
}

.modal_new-dialog.cascading-modal .modal_new-header .social-buttons a {
    font-size: 1rem
}

.modal_new-dialog.cascading-modal .modal_new-c-tabs .md-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1.5rem 1rem 0 1rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.modal_new-dialog.cascading-modal .modal_new-c-tabs .md-tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.modal_new-dialog.cascading-modal .modal_new-c-tabs .md-tabs li a {
    text-align: center
}

.modal_new-dialog.cascading-modal .modal_new-c-tabs .tab-content {
    padding: 1.7rem 0 0 0
}

.modal_new-dialog.cascading-modal .modal_new-body,.modal_new-dialog.cascading-modal .modal_new-footer {
    padding-right: 2rem;
    padding-left: 2rem;
    color: #616161
}

.modal_new-dialog.cascading-modal .modal_new-body .additional-option,.modal_new-dialog.cascading-modal .modal_new-footer .additional-option {
    margin-top: 1rem;
    text-align: center
}

.modal_new-dialog.cascading-modal.modal_new-avatar {
    margin-top: 6rem
}

.modal_new-dialog.cascading-modal.modal_new-avatar .modal_new-header {
    margin: -6rem 0 -1rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal_new-dialog.cascading-modal.modal_new-avatar .modal_new-header img {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.modal_new-dialog.modal_new-notify .heading {
    padding: .3rem;
    margin: 0;
    font-size: 1.15rem;
    color: #fff
}

.modal_new-dialog.modal_new-notify .modal_new-header {
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.modal_new-dialog.modal_new-notify .close {
    opacity: 1
}

.modal_new-dialog.modal_new-notify .modal_new-body {
    padding: 1.5rem;
    color: #616161
}

.modal_new-dialog.modal_new-notify.modal_new-primary .modal_new-header {
    background-color: #4285f4
}

.modal_new-dialog.modal_new-notify.modal_new-primary .fas,.modal_new-dialog.modal_new-notify.modal_new-primary .fab,.modal_new-dialog.modal_new-notify.modal_new-primary .far {
    color: #4285f4
}

.modal_new-dialog.modal_new-notify.modal_new-primary .badge {
    background-color: #4285f4
}

.modal_new-dialog.modal_new-notify.modal_new-primary .btn .fas,.modal_new-dialog.modal_new-notify.modal_new-primary .btn .fab,.modal_new-dialog.modal_new-notify.modal_new-primary .btn .far {
    color: #fff
}

.modal_new-dialog.modal_new-notify.modal_new-primary .btn.btn-outline-primary .fas,.modal_new-dialog.modal_new-notify.modal_new-primary .btn.btn-outline-primary .fab,.modal_new-dialog.modal_new-notify.modal_new-primary .btn.btn-outline-primary .far {
    color: #4285f4
}

.modal_new-dialog.modal_new-notify.modal_new-danger .modal_new-header {
    background-color: #ff3547
}

.modal_new-dialog.modal_new-notify.modal_new-danger .fas,.modal_new-dialog.modal_new-notify.modal_new-danger .fab,.modal_new-dialog.modal_new-notify.modal_new-danger .far {
    color: #ff3547
}

.modal_new-dialog.modal_new-notify.modal_new-danger .badge {
    background-color: #ff3547
}

.modal_new-dialog.modal_new-notify.modal_new-danger .btn .fas,.modal_new-dialog.modal_new-notify.modal_new-danger .btn .fab,.modal_new-dialog.modal_new-notify.modal_new-danger .btn .far {
    color: #fff
}

.modal_new-dialog.modal_new-notify.modal_new-danger .btn.btn-outline-danger .fas,.modal_new-dialog.modal_new-notify.modal_new-danger .btn.btn-outline-danger .fab,.modal_new-dialog.modal_new-notify.modal_new-danger .btn.btn-outline-danger .far {
    color: #ff3547
}

.modal_new-dialog.modal_new-notify.modal_new-warning .modal_new-header {
    background-color: #fb3
}

.modal_new-dialog.modal_new-notify.modal_new-warning .fas,.modal_new-dialog.modal_new-notify.modal_new-warning .fab,.modal_new-dialog.modal_new-notify.modal_new-warning .far {
    color: #fb3
}

.modal_new-dialog.modal_new-notify.modal_new-warning .badge {
    background-color: #fb3
}

.modal_new-dialog.modal_new-notify.modal_new-warning .btn .fas,.modal_new-dialog.modal_new-notify.modal_new-warning .btn .fab,.modal_new-dialog.modal_new-notify.modal_new-warning .btn .far {
    color: #fff
}

.modal_new-dialog.modal_new-notify.modal_new-warning .btn.btn-outline-warning .fas,.modal_new-dialog.modal_new-notify.modal_new-warning .btn.btn-outline-warning .fab,.modal_new-dialog.modal_new-notify.modal_new-warning .btn.btn-outline-warning .far {
    color: #fb3
}

.modal_new-dialog.modal_new-notify.modal_new-success .modal_new-header {
    background-color: #fc6a08
}

.modal_new-dialog.modal_new-notify.modal_new-success .fas,.modal_new-dialog.modal_new-notify.modal_new-success .fab,.modal_new-dialog.modal_new-notify.modal_new-success .far {
    color: #00c851
}

.modal_new-dialog.modal_new-notify.modal_new-success .badge {
    background-color: #00c851
}

.modal_new-dialog.modal_new-notify.modal_new-success .btn .fas,.modal_new-dialog.modal_new-notify.modal_new-success .btn .fab,.modal_new-dialog.modal_new-notify.modal_new-success .btn .far {
    color: #fff
}

.modal_new-dialog.modal_new-notify.modal_new-success .btn.btn-outline-success .fas,.modal_new-dialog.modal_new-notify.modal_new-success .btn.btn-outline-success .fab,.modal_new-dialog.modal_new-notify.modal_new-success .btn.btn-outline-success .far {
    color: #00c851
}

.modal_new-dialog.modal_new-notify.modal_new-info .modal_new-header {
    background-color: #33b5e5
}

.modal_new-dialog.modal_new-notify.modal_new-info .fas,.modal_new-dialog.modal_new-notify.modal_new-info .fab,.modal_new-dialog.modal_new-notify.modal_new-info .far {
    color: #33b5e5
}

.modal_new-dialog.modal_new-notify.modal_new-info .badge {
    background-color: #33b5e5
}

.modal_new-dialog.modal_new-notify.modal_new-info .btn .fas,.modal_new-dialog.modal_new-notify.modal_new-info .btn .fab,.modal_new-dialog.modal_new-notify.modal_new-info .btn .far {
    color: #fff
}

.modal_new-dialog.modal_new-notify.modal_new-info .btn.btn-outline-info .fas,.modal_new-dialog.modal_new-notify.modal_new-info .btn.btn-outline-info .fab,.modal_new-dialog.modal_new-notify.modal_new-info .btn.btn-outline-info .far {
    color: #33b5e5
}

.modal_new {
    padding-right: 0 !important
}

.modal_new.modal_new-scrolling {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
}

@media(min-width: 768px) {
    .modal_new .modal_new-dialog.modal_new-top {
        top:0
    }

    .modal_new .modal_new-dialog.modal_new-left {
        left: 0
    }

    .modal_new .modal_new-dialog.modal_new-right {
        right: 0
    }

    .modal_new .modal_new-dialog.modal_new-bottom {
        bottom: 0
    }

    .modal_new .modal_new-dialog.modal_new-top-left {
        top: 10px;
        left: 10px
    }

    .modal_new .modal_new-dialog.modal_new-top-right {
        top: 10px;
        right: 10px
    }

    .modal_new .modal_new-dialog.modal_new-bottom-left {
        bottom: 10px;
        left: 10px
    }

    .modal_new .modal_new-dialog.modal_new-bottom-right {
        right: 10px;
        bottom: 10px
    }
}

.modal_new.fade.top:not(.show) .modal_new-dialog {
    -webkit-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0)
}

.modal_new.fade.left:not(.show) .modal_new-dialog {
    -webkit-transform: translate3d(-25%,0,0);
    transform: translate3d(-25%,0,0)
}

.modal_new.fade.right:not(.show) .modal_new-dialog {
    -webkit-transform: translate3d(25%,0,0);
    transform: translate3d(25%,0,0)
}

.modal_new.fade.bottom:not(.show) .modal_new-dialog {
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0)
}

@media(min-width: 992px) {
    .modal_new.modal_new-scrolling {
        position:relative
    }

    .modal_new.modal_new-scrolling .modal_new-dialog {
        position: fixed;
        z-index: 1050
    }

    .modal_new.modal_new-content-clickable {
        top: auto;
        bottom: auto
    }

    .modal_new.modal_new-content-clickable .modal_new-dialog {
        position: fixed
    }

    .modal_new .modal_new-fluid {
        width: 100%;
        max-width: 100%
    }

    .modal_new .modal_new-fluid .modal_new-content {
        width: 100%
    }

    .modal_new .modal_new-frame {
        position: absolute;
        width: 100%;
        max-width: 100% !important;
        margin: 0 !important
    }

    .modal_new .modal_new-frame.modal_new-bottom {
        bottom: 0
    }

    .modal_new .modal_new-full-height {
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 400px;
        height: auto;
        min-height: 100%;
        margin: 0
    }

    .modal_new .modal_new-full-height.modal_new-top,.modal_new .modal_new-full-height.modal_new-bottom {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto
    }

    .modal_new .modal_new-full-height.modal_new-top {
        bottom: auto
    }

    .modal_new .modal_new-full-height.modal_new-bottom {
        top: auto;
        min-height: 0
    }

    .modal_new .modal_new-full-height .modal_new-content {
        width: 100%
    }

    .modal_new .modal_new-full-height.modal_new-lg {
        width: 90%;
        max-width: 90%
    }
}

@media(min-width: 992px) and (min-width:992px) {
    .modal_new .modal_new-full-height.modal_new-lg {
        width:800px;
        max-width: 800px
    }
}

@media(min-width: 992px) and (min-width:1200px) {
    .modal_new .modal_new-full-height.modal_new-lg {
        width:1000px;
        max-width: 1000px
    }
}

@media(min-width: 992px) {
    .modal_new .modal_new-side {
        position:absolute;
        right: 10px;
        bottom: 10px;
        width: 400px;
        margin: 0
    }
}


.elementor-175 .elementor-element.elementor-element-58f1c13 .elementor-nav-menu .elementor-item{

    text-transform: uppercase;
}
.elementor-175 .elementor-element.elementor-element-58f1c13 .elementor-nav-menu--dropdown .elementor-item, .elementor-175 .elementor-element.elementor-element-58f1c13 .elementor-nav-menu--dropdown .elementor-sub-item{
    text-transform: uppercase;
}

/*
@media only screen and (min-width: 2000px) {
    .elementor-element > .elementor-container:not(.elementor-column-gap-no):not(.elementor-column-gap-default) {
        max-width: 1800px !important;
        justify-content: center;
    }
    .elementor-section.elementor-section-boxed > .elementor-container{
        max-width: 1800px;
    }
}
*/
header.elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 1800px !important;
}




.document_wrap .flex_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.elementor-column { -webkit-box-pack: center;  -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.document_wrap .flex_row .documents_item{ margin: 0 15px 25px;}

.element-heading-title {
    padding: 1em 0em 0em 0em;
    color: #6C6C6C;
    font-weight: 500;
    line-height: 1.25em;
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.element-heading-title:after{
    content: '';
    position: relative;
    display: block;
    width: 5%;
    height: 1px;
    margin: 20px auto;
    border: 2px solid #f66526;
}

/* список */
.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.ast-blog-featured-section .gallery{margin-bottom:0}.single .entry-content .gallery{margin-left:-10px;margin-right:-10px}.gallery-caption{color:#000;padding:10px;border-radius:0 0 2px 2px;border:1px solid var(--ast-border-color);border-top:none;font-size:.9em}.gallery-icon{border-bottom:0;border-radius:2px 2px 0 0;border:1px solid var(--ast-border-color);overflow:hidden}.gallery-item{margin:0;padding:10px;border-radius:2px}.gallery-item:last-child{margin-bottom:2em}.elementor-image-gallery .gallery-icon{border:none}

#scrollRightButton, #scrollLeftButton {

    background-color: grey;
    opacity: 0.7;
    color: white;
    padding: 4px;
    width: 24px;
    height: 40px;
    top: inherit;
    bottom: 25px;
}
#scrollRightButton:before, #scrollLeftButton:before{
    font-size: 32px;
}
#scrollLeftButton {
    position: absolute;
    left: 0;
    z-index: 10;
    align-self: center;
}
#scrollRightButton {
    position: absolute;
    right: 0;
    z-index: 10;
    align-self: center;
}

.elementor-element .elementor-heading-title {
    color: #6B6B6B;
    font-family: "Sofia Pro Soft Regular", Sans-serif;
    font-size: 2em;
    font-weight: 500;
}

/*
.product .elementor-element > .elementor-element-populated {
    margin: 0em 4em 0em 0em;
}*/

.woocommerce div.product div.images{
    width: 100%!important;
    float: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    margin: 0 auto;
}

.elementor-social-icon {
    width: 50px; margin: 0 5px 10px;
}
.elementor-social-icon:hover img{
    opacity: .8;
}
.elementor-social-icons-wrapper{
    width: 100%;
}
.elementor-social-icons-wrapper.elementor-grid {justify-items: var(--justify-content,center); margin: 20px auto;}

footer {background-color: #EEEEEE;}

.add_product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #000;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}


.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ef7501;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.glow-on-hover:active, .glow-on-hover:hover {
    color: #000
}

.glow-on-hover:active:after, .glow-on-hover:hover:after {
    background: transparent;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.breadcrumb_wrap {
    background-color: #FAFAFA;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}

.breadcrumb {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 1em 0em 0em 20%;
    background: transparent;
    border: none;
}



.js_slider .slider_wrap{ max-height: 290px; overflow: hidden;}
.img_wrapper {
    margin: 0 auto 20px; text-align: center;
}
.img_wrapper img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: cover;
}
.elementor-widget-wrap.elementor-element-populated .text_wrap {
    padding: 0em 2em!important;
}
.elementor-widget-wrap.elementor-element-populated .text_wrap h1 a{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}
.elementor-widget-wrap.elementor-element-populated .text_wrap p a{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.module_shop .elementor-item.menu-link{
    color: #fc6a08 !important;
    font-size: 18px !important;
}

.site_product .price{
    color:#ef7501 !important;
    font-size: 1.3em !important;
}
.category_list {
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
    margin-bottom: 0.5em;
    border-right: 1px solid #dddddd;
}
.category_list a{
    padding: 0 10px 15px;
}

.category_list:nth-child(5n), .category_list.last_item {
    border-right: none;
}
.category_list.main{
    border-right: 1px solid #dddddd;
}
.category_list.main:nth-child(4n), .category_list.main.last_item{
    border-right: none;
}
@media only screen and (max-width: 767px) {
    .category_list{
        border-right: none;
        border-bottom: 1px solid #dddddd;
    }
}

.category_list a .name{
    text-align: center;
    font-weight: 400;
    fill: #232323;
    color: #232323;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 14px;
}
.category_list ul {list-style: none;margin: 0 0 0 10px;  width: 100%;}
.category_list a.level2{
    padding: 4px 0;
    font-size: 14px;
    margin: 0;
    height: inherit;
}
.category_list a.level2 .name{
    color: #08A6AE;

}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 25%;
    margin-right: 0; /*border: 1px solid red;*/
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 50%;
    }
}

#slider_price{
    margin-bottom: 25px;
}
.slider_price_inputs{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider_price_inputs input{
    max-width: 100px;
    width: 40%;
    padding: .25em .75em;
}

.range {
    padding: 48px 0;
}
.range__title {
    text-align: center;
    margin-bottom: 32px;
}
.range__slider {
    margin-bottom: 24px;
}
.range__values {
    display: flex;
    gap: 24px;
}
.range__values input {
    width: 100%;
    border: none;
    height: 48px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.range__values input:nth-child(1) {
    /*background: #ffed00;
    box-shadow: 0 0 16px #ffed00;*/
    background: #000;
}
.range__values input:nth-child(2) {
    /*background: #ef7501;
    box-shadow: 0 0 16px #ef7501;*/
    background: #000;
}
.range__values input:focus {
    outline: none;
}
.noUi-connect {
    background: #000; /*linear-gradient(90deg, #ffed00 0%, #ef7501 100%);*/
}
.noUi-target {
    /*box-shadow: 0 0 16px #ffed00;*/
    border: none;
    background: #6C6C6C;
}
.noUi-handle {
    box-shadow: 0 4px 16px rgba(0,0,0,0.24);
    border: none;
    border-radius: 50%;
    background: #6C6C6C;
}
.noUi-handle:before,
.noUi-handle:after {
    display: none;
}
.noUi-handle-lower {
    /*background: #ffed00;
    box-shadow: 0 0 16px #ffed00;*/
    background: #000;
}
.noUi-handle-upper {
    /*background: #ef7501;
    box-shadow: 0 0 16px #ef7501;*/
    background: #000;
}
.noUi-horizontal {
    height: 4px;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px;
    top:-9px;
}
.form_multi_checkbox .data{
    max-height: 450px;
    overflow-y: auto;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .site_content {
        width: auto;
        max-width: 1366px !important;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .site_content {
        width: auto;
        max-width: 1366px !important;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .site_content {
        width: auto;
        max-width: 1366px !important;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .site_content {
        width: auto;
        max-width: 1366px !important;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .site_content {
        width: auto;
        max-width: 1366px !important;
    }
}
@media only screen and (min-width: 1600px) {
    .site_content {
        width: 1466px !important;
        max-width: 1466px !important;
    }
    .small_page .site_content {
        width: 1140px !important;
        max-width: 1140px !important;
    }
}
@media only screen and (min-width: 1900px) {
    .site_content {
        width: 1700px !important;
        max-width: 1700px !important;
    }
    .small_page .site_content {
        width: 1140px !important;
        max-width: 1140px !important;
    }
    .small_page .breadcrumb{
        padding-left: 0;
    }
}
.form_multi_checkbox,
.form_multi_list{
    margin: 15px 0;
}

.form_multi_checkbox .name, .form_multi_list .name,  .filter_parameters{
    font-weight: 700;
    fill: #6C6C6C;
    color: #6C6C6C;
}

.form_multi_checkbox .checkbox-inline{
    display: block;
}

.category_filter .form-group{
    margin-bottom: 0;
}

.category_filter .glow-on-hover{

}

.astra-shop-summary-wrap .uael-loop-product__link{
    color: #6C6C6C;
    font-size: 1.1em;
    font-weight: 500;
}

.site_product  .astra-shop-summary-wrap .price {
    font-weight: 400 !important;
    text-align: center;
}

.red_btn{
    font-size: 1em!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    border-style: solid!important;
    border-width: 4px 4px 4px 4px!important;
    border-radius: 25px 25px 25px 25px!important;
    padding: 6px 20px !important;
    color: #ef7501!important;
    background-color: #FFFFFF00!important;
    border-color: #ef7501!important;
    transition: all 0.2s!important;
    display: inline-block;
    margin-left: 10px;
}
.red_btn:hover, .current .red_btn {
    color: #fff !important;
    background-color: #ef7501!important;
}
.disabled .red_btn{
    opacity: .7;
}
.disabled .red_btn:hover{
    color: #ef7501!important;
    background-color: #FFFFFF00!important;
    border-color: #ef7501!important;
}

.btn_new {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-light{
    background-color: #f0750099;
    box-shadow: none;
    color: #fff;
    width: 220px;
    height: 50px;
    border-radius: 0;
}
.btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #f07500b3;
    border-color: #f07500b3;
}
.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.number-spinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    justify-content: center;
}
.number-spinner input{
    margin: 0 !important;
}
.basket-table__count-btn {
    padding: 0 5px;
    background-color: #f3f3f3;
    border-radius: 0;
    font-size: 21px;
    color: #111111;
    font-weight: 700;
    cursor: pointer;
    line-height: 46px;
    border: 1px solid #dddddd;
}
.shop_table .number-spinner{
    margin: 0;
}
.shop_table th {text-align: center;}
html,
body {
    height: 100%;
}
.wrapper_site {
    display: flex !important;
    flex-direction: column;
    height: 100% !important;
}
.content_site {
    flex: 1 0 auto !important;
}
.footer_site {
    flex: 0 0 auto !important;
}

.elementor-175 .elementor-element.elementor-element-1e56f1b .elementor-button{
    background-color: #ef7501!important;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty {
    background-color: #ef7501!important;
    padding: 2px;
    min-width: 1.8em !important;
    height: 1.8em !important;
}


.header-menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    list-style: none;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.header-menu-list__item{
    padding: 5px 10px;
    text-transform: uppercase;
    transition: .4s;
    border-bottom: 2px solid transparent;
}
.header-menu-list__item:hover{
    border-bottom: 2px solid #f66526;
}
.header-menu-list__item .header-menu-list__link {
    color: #6C6C6C;
    fill: #6C6C6C;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    position: relative;
    text-transform: uppercase;
    transition: .4s;
}
.header-menu-list__item.module_shop .header-menu-list__link{
    color: #fc6a08;
    font-size: 18px;
}

.header-menu-list__dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: #ffffff;
    box-shadow: 0px 5px 6px 0 rgba(17, 17, 17, 0.15);
    padding: 0;
}
.header-menu-list__item:hover .header-menu-list__dropdown{display: block !important; opacity: 1;visibility: visible;}

.header-menu-dropdown__container {
    max-width: 1180px;
    padding: 20px;
    margin: 0 auto;
}
.header-menu-dropdown__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}
.sub-menu_group{
    display: block;
    width: 25%;
    list-style: none;
    margin: 0;
    padding-right: 15px;
    float: left;
    margin-bottom: 20px;
}
.sub-menu_group.big_item{width: 50%;}
.menu-item_head .menu-link_head{
    text-transform: none;
    /*white-space: nowrap;*/
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #6C6C6C;
    /*margin-bottom: 0.85em;*/
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.menu-item_head.level_1 .menu-link_head{
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    display: inline-block;
}
.menu-item_head.level_2 .menu-link_head{
    font-size: 11px;
    /*padding-left: 10px;*/
}
.menu-item_head.level_3 .menu-link_head{
    /*padding-left: 20px;*/
}
.menu-item_head .menu-link_head:hover{
    border-bottom: 2px solid #f66526;
}



@media only screen and (min-width: 1900px) {
    .menu-item_head .menu-link_head{
        text-transform: none;
        /*white-space: nowrap;*/
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #6C6C6C;
        /*margin-bottom: 0.85em;*/
        display: inline-block;
        border-bottom: 2px solid transparent;
    }
    .menu-item_head.level_1 .menu-link_head{
        font-size: 15px;
        font-weight: bold;
        display: inline-block;
    }
    .menu-item_head.level_2 .menu-link_head{
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .elementor-widget-spacer.index_slider {
        --spacer-size: 194px !important;
    }
}

footer{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 2em 0 5em;
}

.elementor-element.elementor-short_btn{
    width: auto;
    max-width: 100%;
    align-self: center;
}

/*
.topnav {
    overflow: hidden;
    background-color: #333;
}
/*
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}
*/
/*
.active {
    background-color: #4CAF50;
    color: white;
}
*/

.elementor-element .topnav,
.elementor-element .topnav ul,
.elementor-element .topnav li{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.elementor-element .topnav li a{
    padding: 5px 0 5px 20px ;
    line-height: 20px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #6C6C6C;
    font-weight: 500;
}
.sub-arrow{
    display: inline-block; padding: 5px 20px; color: #6C6C6C; cursor: pointer;
}
.sub-arrow.down{

}
.sub-arrow.up{
    display: none;
}

.main.sub-arrow.down{

}
.main.sub-arrow.up{
    display: none;
}

.opened .main.sub-arrow.down{
    display: none;
}
.opened .main.sub-arrow.up{
    display: inline-block;
}

.parent.opened .sub-arrow.down{
    display: none;
}
.parent.opened .sub-arrow.up{
    display: inline-block;
}



.mobile-menu-list__dropdown{
    display: none;
}
.opened .mobile-menu-list__dropdown{
    display: block;
}

.topnav .menu-item_head.parent{
    display: none;
}

.topnav .menu-item_head.parent.level_1 {
    padding-left: 20px;
}
.topnav .menu-item_head.parent.level_2 {
    padding-left: 40px;
}
.topnav .menu-item_head.parent.level_3 {
    padding-left: 60px;
}

.topnav .menu-item_head.parent.parent_0{
    display: block;
}

#open_menu .fa{
    padding: 15px;
}
.elementor-element .topnav .icon {
    display: none;
}

@media screen and (max-width: 1024px) {
    .icons_wrap {margin-top: 15px;}

    .elementor-element .topnav {display: none;}

    .elementor-element .topnav.responsive {position: relative; display: block; margin-bottom: 50px;}
    .mobile-sub-menu_group{
        display: none;
    }
}

.brand_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.brand_wrap a {
    margin: 5px;
}

.shop_product_filter {

}
.category_filter {width: 100%;}
.js_filter, .js_close_filter {display: none;}
@media (max-width: 1024px){
    .js_filter,
    .js_close_filter {display: block;}

    .shop_product_filter,
    .shop_product_list{
        width:100% !important;
    }
    .category_filter {display: none;}
    .is_open .category_filter {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        display: block;
        width: 100%;
        height: 100%;
        overflow: scroll;
        outline: 0;
        padding: 50px 20px 100px;
        background: #fff;
    }

    .is_open .category_filter .modal-footer{
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: block;
        width: 100%;
        overflow: scroll;
        outline: 0;
        background: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;

    }
    .is_open .category_filter .modal-footer button{
        margin: 0 !important;
    }
    .form_multi_checkbox .data, .data_wrap{
        overflow: auto;
        max-height: none;
    }
    .breadcrumb{
        padding: 10px;
        margin: 0;
    }
}
.filter_category {
    display: none;
}
.filter_category a {font-size: 14px;}
.filter_category.flex_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter_category .level_2 .link{
    padding-left: 10px;
    /*border-bottom: 1px solid lightgray;*/
}
.filter_category .level_3 .link{
    padding-left: 20px;
}

.filter_category .link{width:80%;border-bottom: 2px solid transparent;}

.filter_category .link:hover{
border-bottom: 2px solid #f66526;}

.filter_category .sub-arrow:hover{
    color: #fc6a08;
}

.filter_category.open .sub-arrow.down{
    display: none;
}
.filter_category.open .sub-arrow.up{
    display: inline-block;
}

.filter-list__dropdown{
    width: 100%;
}

.filter-list__dropdown {
    display: none;
}
.filter-list__dropdown.show{
    display: block;
}
.filter-list__dropdown ul,
.filter-list__dropdown li{
    list-style: none;
    margin: 0;
    padding: 0;
    /*line-height: normal;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.head_link_wrap {
    width: 100% !important;
}

/*
.filter_category.open .filter-list__dropdown{
    display: block;
}*/
.bg-danger{
    background: #ef7501 !important;
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.elementor-25 .elementor-element.elementor-global-1812 .uael-woocommerce .uael-loop-product__link,
.elementor-25 .elementor-element.elementor-global-1812 .uael-woocommerce .woocommerce-loop-product__title,
.elementor-25 .elementor-element.elementor-global-1809 .uael-woocommerce .uael-loop-product__link,
.elementor-25 .elementor-element.elementor-global-1809 .uael-woocommerce .woocommerce-loop-product__title{
    min-height: 68px;
    margin-bottom: 0;
    text-align: center;
}

/*
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding-left: 0;
    padding-right: 0;
}
*/
.pagination_normal .pagination{
    flex-wrap: wrap;
    margin: 30px 0;
}

.certificates_list{

}
.certificates_list .wrap{ width: 100%;}
.certificates_list .wrap .attachment-tp-image-grid{ margin: 0 auto; display: block;}
.certificates_list .wrap a {display: block; margin-bottom: 10px;}
.certificates_list .wrap .img_hypertext_wrap a {display: flex; }

.hide_js {display: none;}
.hide_js.show_js {display: block;}

.contacts_item {
    position: relative;
    width: 100%;
    margin: 0 15px;
    padding: 55px 40px 50px;
    background: #fffefe;
    box-shadow: 0 5.5536px 7.93372px rgba(34,31,62,.05);
    text-align: center;
    flex-wrap: wrap;
}
.contacts_item img{
    height: 100px;
    margin-bottom: 15px;
}
.contacts_item .name {margin-bottom: 15px;}
.ast-search-box.full-screen .ast-search-wrapper fieldset{padding:1em 0 1em;border:2px solid #9e9e9e}

.where_buy{
    text-align: center;
}
.where_buy svg{
    width: auto;
    max-width: 100%;
    height: auto;
}
.where_buy svg path{
    fill: #f6652680;
    cursor: pointer;
}
.where_buy svg path:hover,
.where_buy svg path.active{
    fill: #f66526
}
.shop_wrap { width: 100%;
    padding:0 10px;}
.shop_wrap .region{
    line-height: 1.4em;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    text-align: center;
    display: block;
}
.shop_wrap .region.hide{display: none;}

.shop_wrap .city{
    line-height: 1.4em;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    text-align: center;
    display: block;

}
.shop_wrap .city select{
    border: none;
    border-bottom: 2px solid #f66526;
}
.shop_wrap .city.hide{display: none;}

.shop_wrap .shop{line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    color: #000;
    /*align-items: center;*/
    padding: 10px 0;
    margin: 0 0 15px;
    background: #fffefe;
    box-shadow: 0 5.5536px 7.93372px rgba(34,31,62,.05);
    text-align: center;
}
.shop_wrap .shop.hide{display: none;}
.shop_wrap .shops {max-height: 505px;
    overflow: auto;}
.woocommerce .product .product_title{
    font-size: 1.6em;
    margin-bottom: 20px !important;
}