

/* Start:/assets/css/app.css?177825081873682*/
@charset "UTF-8";
@font-face {
    font-family: "Gotham";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: local("Gotham"), url("/assets/fonts/gothampro.ttf"); 
}
@font-face {
    font-family: "Gotham";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local("Gotham"), url("/assets/fonts/GothamPro-Bold.woff2") format('woff2'),
        url("/assets/fonts/GothamPro-Bold.ttf"), 
        url("/assets/fonts/GothamPro-Bold.woff") format("woff"); 
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
img{
    max-width: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul, li{
    list-style:none;
}

blockquote, q {
    quotes:none;
}
::-webkit-scrollbar {
    width: 15px;
}   
::-webkit-scrollbar-track {
    background: #DDE3EA;
}   
::-webkit-scrollbar-thumb {
    background-color: #B1BECB;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: inherit;
    padding: 0;
}

body {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.swiper-slide {
    color: #1D1D1D;
}

.swiper-scrollbar-drag {
    background: #FF5710 !important;
    height: 3px !important;
}

.swiper-pagination-fraction {
    width: 0 !important;
}

.swiper-progressbar-fill {
    background-color: #FF5710;
}

.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.header {
    padding: 34px 10px 34px;
    background-color: #222222;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-img {
    width: 100%;
}

.contact-header {
    display: flex;
}

.header-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2B2B2B;
    color: #8D8D8D;
    border: none;
    border-radius: 4px;
    width: 100%;
}
.search-header{
    width: 100%;
}
.search_result{
    padding: 25px 15px 25px 25px;
    background: #fff;
    color: #232427;
}
.search_result:empty{display: none;}
.deco-srch-count{
    margin-bottom: 15px;
    font-size: 22px;
}
.deco-srch-prod-w{
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 5px;
}
.deco-srch-prod-w::-webkit-scrollbar{
    width: 4px;
    background: #B1BECB;
    border-color: #B1BECB; 
}
.deco-srch-prod{
    display: flex;
    position: relative;
    align-items: center;
    margin: 15px 0;
}
.deco-srch-prod-sk{
    position: absolute;
    left: 0;
    top: 0;
    background: #D02937;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 10px;
    padding: 5px 15px;
    color: #fff;
}
.deco-srch-prod-img{
    flex-shrink: 0;
    margin-right: 15px;
}
.deco-srch-prod-img img{
    max-width: 100%;
}
.deco-srch-prod-in{
    display: block;
}
.deco-srch-prod-in > a{
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.deco-srch-all{
    display: block;
    margin-top: 25px;
    font-weight: bold;
    font-size: 16px;
    transition: .3s all ease;
    text-align: right;
}
.deco-srch-all:hover{
    color: #FF5710;
}
/*
.mobile-menu-w{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background: rgb(0 0 0 / 80%);
}
.mobile-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    bottom: 0;
    background: #222;
    padding: 30px 20px;
    color: #fff;
    transform: translateX(-100%);
    transition: 1s all ease;
}
.mobile-menu-w.active .mobile-menu{
    transform: translateX(0);
}
.mobile-menu-title{
    font-family: 'Inter';
    font-size: 18px;
    margin-bottom: 20px;
}
.mobile-menu-close{
    position: absolute;
    right: 24px;
    cursor: pointer;
    top: 33px;
}
*/


.burger-mobile {
    display: none;
}

.city-select-mobile {
    display: none;
}

.search-header {
    padding: 17px;
    background: transparent;
    border: none;
    outline: none;
    color: white;
}

.search-btn {
    padding: 17px 30px;
}

.header-wrap-address {
    display: flex;
}

.social-img {
    width: 100%;
}

.social-img-max {
    display: block;
    width: 16px;
    height: 16px;
}

.border-dec {
    border-right: 1px solid #2B2B2B;
    margin: 0 10px 0;
}
.info-header{
    padding: 0 10px;
}

.address {
    line-height: 23px;
    color: #8A8B90;
}

.time-data {
    font-size: 14px;
    line-height: 18px;
    color: #8D8D8D;
}

.week-data {
    font-size: 12px;
    line-height: 16px;
    color: #8D8D8D;
}

.email-header {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #8D8D8D;
    margin-top: 4px;
    display: block;
}

.email-header:hover {
    color: white;
    transition: all .3s ease;
}

.phone-header {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #8D8D8D;
    margin-bottom: 7px;
    display: block;
}

.phone-header:hover {
    color: white;
    transition: all .3s ease;
}

.social-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-link-header {
    align-self: self-end;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.social-link-header:hover svg {
    fill: #ffffff;
    transition: all .3s ease-in-out;
}

.social-link-header:hover .social-img-max {
    filter: brightness(0) invert(1);
    transition: all .3s ease-in-out;
}

.social-link-footer{
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #393939;
}
.social-link-footer:hover svg {
    fill: #ffffff;
    transition: all .3s ease-in-out;
}

.social-link-footer:hover .social-img-max {
    filter: brightness(0) invert(1);
    transition: all .3s ease-in-out;
}

.social-link-footer::after:hover {
    color: white;
    transition: all .3s ease-in-out;
}

.social-link-footer {
    position: relative;
}

.favourites {
    position: relative;
    background-color: #2B2B2B;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding: 17px 11px 17px 0;
    cursor: pointer;
}

.favourites button{
    margin-left: 5px;
}

.header-bottom {
    background-color: #1D1D1D;
}

.header-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    z-index: 100;
}

.bottom-block-menu {
    display: none;
}

.header-nav-wrapper {
    display: flex;
    align-items: center;
}

.close-btn {
    position: relative;
    width: 30px;
    height: 30px;
}

.catalog {
    display: flex;
}

.close-btn::after {
    position: absolute;
    content: '';
    width: 18px;
    border-bottom: 2px solid #515151;
    right: 0;
    transform: rotate(45deg);
}

.close-btn::before {
    position: absolute;
    content: '';
    width: 18px;
    border-bottom: 2px solid #515151;
    right: 0;
    transform: rotate(316deg);
}

.menu-top {
    display: none;
    margin-top: 20px;
}

.nav {
    margin-left: 62px;
}

.nav-inner {
    display: flex;
}

.header-catalog {
    padding: 20px 49px;
    background-color: #FF5710;
    display: flex;
    align-items: center;
    border-radius: 7px;
}

.header-catalog span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.04em;
}

.header-catalog:hover {
    background-color: #d04003;
    transition: all .3s ease;
}
.prods-card-slider{
    overflow: hidden;
}
.prods-card-slider img{
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    pointer-events: none;
    font-size: 0;
    display: block;
}
.prods-card-slider > .swiper-wrapper > .swiper-slide{
    display: flex;
    justify-content: center;
}
.catalog_section_item_list{
    display: flex;
    justify-content: center;
}
.card-wrapper-sale{
    z-index: 100;
}
.prods-card-slider .swiper-prod-prev,
.prods-card-slider .swiper-prod-next{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 3px rgba(255,255,255,.6);
    stroke: #000;
    opacity: 0;
    transition: .3s all ease;
    background: rgba(255,255,255,.3);
    cursor: pointer;
}
.prods-card-slider .swiper-prod-prev{
    left: 0;
}
.prods-card-slider .swiper-prod-next{
    right: 0;
}
.prods-card-slider .swiper-prod-next svg{
    transform: rotate(180deg);
}
.prods-card-slider:hover .swiper-prod-prev,
.prods-card-slider:hover .swiper-prod-next{
    opacity: 1;
}
.card-wrapper-sale{
    position: relative;
}
.product-actions-fast-view{
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 8%);
    left: 50%;
    margin-left: -30px;
    filter: grayscale(1);
    transition: .3s all ease;
}
.product-actions-fast-view:hover{
    filter: none;
}
.card-stickers2{
    position: absolute;
    left: 10px;
    top: 10px;
    overflow: hidden;
    display: flex;
}
.card-sticker2{
    position: relative;
    z-index: 11;
    font-size: 11px;
    font-family: 'Gotham';
    color: #fff;
    padding: 5px 10px;
    display: flex;
    margin-right: 11px;
    align-items: center;
    margin-left: -4px;
}
.card-sticker2::after{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: skew(-20deg);
}
.card-sticker2.stnew::after{
    background-color: #5e9fdf;
}
.card-sticker2.sthit::after{
    background-color: #52bb37;
}
.card-sticker2.stacc::after{
    background-color: #FF5710;
}
.card-stickers3{
    position: absolute;
    left: 25px;
    top: 25px;
    overflow: hidden;
    display: flex;
}
.card-sticker3{
    position: relative;
    z-index: 11;
    font-size: 14px;
    font-family: 'Gotham';
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    margin-right: 20px;
    align-items: center;
    margin-left: -6px;
}
.card-sticker3::after{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: skew(-20deg);
}
.card-sticker3.stnew::after{
    background-color: #5e9fdf;
}
.card-sticker3.sthit::after{
    background-color: #52bb37;
}
.card-sticker3.stacc::after{
    background-color: #FF5710;
}
.burger {
    position: relative;
    border-bottom: 2px solid #F8FAFE;
    width: 16px;
    display: block;
    margin-right: 16px;
}

.burger::before {
    position: absolute;
    content: '';
    border-bottom: 2px solid #F8FAFE;
    width: 16px;
    left: 0;
    top: 4px;
}

.burger::after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #F8FAFE;
    width: 16px;
    left: 0;
    bottom: 2px;
}
#IDfav{
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.nav-item {
    margin-right: 32px;
}
.nav-link{
    transition: all .3s ease;
}
.nav-link:hover {
    color: #FF5710;
    transition: all .3s ease;
}

.city-select {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #8D8D8D;
    border-bottom: 1px dashed #8D8D8D;
    margin-right: 19px;
}

.city-select:hover {
    color: white;
    cursor: pointer;
    transition: all .3s ease;
}

.city-select::after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #8D8D8D;
    width: 6px;
    top: 9px;
    right: -10px;
    transform: rotate(40deg);
}

.city-select::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #8D8D8D;
    width: 6px;
    top: 9px;
    right: -14px;
    transform: rotate(316deg);
}

.main {
    background-color: #2B2B2B;
}

.main-wrapper {
    padding: 68px 10px 82px;
    display: flex;
    justify-content: space-between;
    height: 668px;
}

.slider-wrapper {
    width: 66%;
    overflow: hidden;
    position: relative;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.slide-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.slide-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    height: 100%;
    width: 52%;
    padding: 110px 70px 70px 70px;
    background-color: #FEFEFE;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.main-slider-arrows {
    position: absolute;
    left: -97%;
    bottom: 0;
    width: 100px;
    display: flex;
    justify-content: space-between;
    margin: 7px 14px;
    z-index: 5;
}

.main-slider-arrows.swiper {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
}
.contact-wrapper{
    flex-shrink: 0;
}
.arrow-next {
    background-image: url(/img/icons/right-arrow-bioflares.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background-color: #fbfbfb;
    margin-bottom: 4px;
    filter: grayscale(1);
    opacity: 0.5;
}

.arrow-next:hover,
.arrow-prew:hover {
    filter: grayscale(0);
    opacity: 1;
}

.arrow-prew {
    background-image: url(/img/icons/left-arrow-bioflares.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background-color: #fbfbfb;
    margin-bottom: 4px;
    filter: grayscale(1);
    opacity: 0.5;
}

.arrow-next-bioflares {
    background-image: url(/img/icons/right-arrow-bioflares.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background-color: #fbfbfb;
    margin-bottom: 4px;
    filter: grayscale(1);
}

.arrow-prev-bioflares {
    background-image: url(/img/icons/left-arrow-bioflares.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    margin-top: 34px;
    filter: grayscale(1);
}

.arrow-prev-bioflares:hover {
    border-radius: 5px;
    background-color: #fbfbfb;
    filter: grayscale(0);
    transition: all .3s ease;
}

.arrow-next-bioflares:hover {
    filter: grayscale(0);
    transition: all .3s ease;
}

.arrow-prew:hover,
.arrow-next:hover {
    opacity: 1;
    transition: opacity .3s ease;
}

.top-pagination {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    position: absolute;
    top: -65%;
    z-index: 4;
    margin-left: 70px;
    color: #2B2B2B;
}


.swiper-pagination {
    color: #1D1D1D;
}

.all-items {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #8b8b8b;
    margin-right: 4px;
}

.active-item {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #8b8b8b;
    margin-left: 4px;
}

.slider-title {
    font-family: Gotham;
    font-size: 34px;
    font-weight: 700;
    line-height: 141%;
    color: #090909;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.main-slider-description {
    padding-left: 30px;
    margin-bottom: 30px;
}

.slider-descr-text {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #090909;
    padding-bottom: 10px;
}

.slider-descr-text::before {
    position: absolute;
    content: '';
    width: 15px;
    border-bottom: 2px solid #090909;
    left: -27px;
    bottom: 19px;
}

.btn-wraper {
    width: 100%;
}

.btn-wraper-test {
    margin-top: 37px;
    width: 100%;
}

.btn-wraper-call {
    margin-top: 30px;
}

.btn-wraper .ripple-effect {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 60px;
    background-color: #2B2B2B;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}

.btn-wraper-colaborate .ripple-effect {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 60px;
    background-color: #2B2B2B;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}

.btn-wraper-case .ripple-effect {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    background-color: #F3F3F3;
    color: #FF5710;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}

.btn-wraper-test .ripple-effect {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    height: 60px;
    align-items: center;
    background-color: #fff;
    color: #2b2b2b;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}

.btn-wraper-call .ripple-effect {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 13px 67px;
    background-color: #2B2B2B;
    color: #FF5710;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}

.btn-wraper .ripple-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #FF5710;
    transition: all .4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-wraper-colaborate .ripple-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #FF5710;
    transition: all .4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-wraper-case .ripple-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #2B2B2B;
    transition: all .4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-wraper-test .ripple-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #2B2B2B;
    transition: all .4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-wraper-call .ripple-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #FF5710;
    transition: all .4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-wraper .ripple-effect:hover span,
.btn-wraper-test .ripple-effect:hover span,
.btn-wraper-call .ripple-effect:hover span,
.btn-wraper-card .ripple-effect:hover span,
.btn-wraper-case .ripple-effect:hover span,
.btn-wraper-colaborate .ripple-effect:hover span {
    width: 150%;
    height: 500px;
}

.btn-wraper-test .ripple-effect:hover {
    color: white;
    transition: all .3s ease-in-out;
}

.btn-wraper-call .ripple-effect:hover {
    color: white;
    transition: all .3s ease-in-out;
}

.btn-wraper-case .ripple-effect:hover {
    color: white;
    transition: all .3s ease-in-out;
}

.btn-wraper-colaborate .ripple-effect p {
    display: none;
}

.main-test {
    position: relative;
    background-image: url(/img/main/test-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-color: #FF5710;
    width: 33%;
    display: flex;
    padding: 30px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bg-wrapper {
    display: flex;
    justify-content: center;
}

.content-test-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    align-items: center;
}

.test-content {
    max-width: 342px;
}

.test-img {
    width: 100%;
}

.test-subtitle {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 5px;
}

.test-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-top: 12px;
}

.test-btn {
    align-self: start;
    margin-top: 37px;
    padding: 20px 42px;
    border-radius: 8px;
    background-color: #fff;
}

.test-btn:hover {
    background-color: #2B2B2B;
    transition: all .3s ease;
}

.test-btn:hover span {
    color: white;
}

.test-btn span {
    color: #2B2B2B;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.bottom-content {
    display: block;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 145%;
    color: #8D8D8D;
    margin-bottom: 20px;
}

.bottom-text-content {
    display: block;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    color: #8D8D8D;
    line-height: 145%;
}

.bioflares-sliders {
    z-index: 1;
    padding: 154px 0 150px;
}

.bioflares-img {
    width: 100%;
}

.bioflares-sliders-title {
    font-family: Gotham;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #000000;
    margin-bottom: 32px;
}

.bioflares-slider-wrap {
}

.bioflares-sliders-inner {
    display: flex;
    flex-direction: column;
    position: relative;
}

.sliders-items-inner {
    overflow: hidden;
    border-radius: 8px;
    width: 90%;
}

.bioflares-item {
    margin: 1px;
}

.bioflares-slider-arrows {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    margin: 0 5px;
}

.decor-bottomline {
    position: relative;
}

.view-all-orange {
    background: transparent;
    align-self: end;
    width: 120px;
    margin: 0 10px;
}

.bioflares-bottom-wrap {
    display: flex;
    align-items: center;
    margin-top: 48px;
    margin-bottom: 74px;
    justify-content: space-between;
}


.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: calc(100% - 110px) !important;
    height: 1px !important;
    margin-top: 10px;
    background-color: #D2D2D2;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #D2D2D2 !important;
}

.view-all-orange span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #FF6610;
}
.ordcall-header{
    display: block;
    transition: .3s all ease;
    color:#FF5710;
    margin-top: 4px;
}
.ordcall-header:hover{
    color:#d04003;
}
.view-all-orange span:hover {
    color: #2B2B2B;
    transition: all .3s ease;
}
.card-favourites-tooltip{
    display: none;
    position: absolute;
    z-index: 10;
    color: #232427;
    background: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 30%);
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    transition: .3s all ease;
}
.card-favourites-tooltip::before{
    content: "";
    position: absolute;
    border: 10px solid transparent; 
    border-bottom: 10px solid #fff;
    left: 50%;
    top: 0;
    margin-left: -10px;
    margin-top: -19px;
}
.product-actions-fast-view:hover .card-favourites-tooltip,
.add-favorites:hover .card-favourites-tooltip,
.card-favourites:hover .card-favourites-tooltip,
.modal-product-add-favorites:hover .card-favourites-tooltip{
    display: block;
}
.add-favorites .card-favourites-tooltip{
    top: 40px;
}
.modal-product-add-favorites .card-favourites-tooltip{
    top: 25px;
}
.card-description{
    transition: .3s all ease;
}
.catalog_section_item_list:hover .card-description,
.catalog-card-item:hover .card-description,
.card-description:hover{
    color: #FF5710;
}
.progress-bar,
.progress-bar-works,
.progress-bar-news {
    width: calc(100% - 40px);
    height: 1px;
    background-color: #ccc;
    display: block;
}
.catalog_section_item_list{
    transition: .3s all ease-in-out;
}
.catalog_section_item_list:hover{
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.progress-bar-news {
    display: none;
}
.modal-product-content{
    position: relative;
    max-width: 1200px;
    background: #fff;
    color: #232427;
    display: flex;
    overflow: hidden;
    padding: 25px;
    flex-wrap: wrap;
    margin: 30px auto;
}
.modal-product-content .mfp-close{
    filter: brightness(0.2);
}
.modal-product-content-r{
    width: 50%;
    flex-shrink: 0;
    padding-left: 25px;
    background: #fff;
}
.modal-product-content-l{
    width: 560px;
    flex-shrink: 0;
}
.modal-product-gallery-top1{
    width: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    margin-bottom: 25px;
}
.modal-product-title{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 20px;
    width: 100%;
}
.modal-product_slider{
    background: #fff;
    position: relative;
    overflow: hidden;
}
.modal-product-gallery-thumbs1{
    height: auto;
    width: 440px;
}
.modal-product-gallery-thumbs1 img{
    max-width: 100%;
}
.owl-item .modal-product_slider_trumb img{
    opacity: .5;
    cursor: pointer;
    transition: .3s all ease;
}
.owl-item.active .modal-product_slider_trumb img{
    opacity: 1;
}
.modal-product-gallery-thumbs{
    display: flex;
    max-width: 100%;
    flex-shrink: 0;
    justify-content: center;
}
.modal-product-controll{
    display: flex;
    align-items: center;
}
.modal-product-button-next,
.modal-product-button-prev{
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    filter: grayscale(1);
    cursor: pointer;
}
.modal-product-button-next{
    background-image: url(/img/icons/left-arrow-bioflares.svg);
    margin-right: 10px;
}
.modal-product-button-prev{
    background-image: url(/img/icons/right-arrow-bioflares.svg);
}
.modal-product-button-next:hover, 
.modal-product-button-prev:hover {
    filter: grayscale(0);
    transition: all .3s ease-in-out;
}
.modal-product-avail{
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #D2D2D2;
}
.modal-product-avail span{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FF5710;
    margin-left: 12px;
}
.modal-product-desc{
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #232427;
    margin-top: 22px;
}
.modal-product-price-wrapper{
    margin: 25px 0;
    display: flex;
    align-items: center;
}
.modal-product-card-price-new{
    font-size: 26px;
    padding-right: 15px;
    font-weight: 600;
    line-height: 145%;
    color: #232427;
}
.modal-product-card-price-old{
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    text-decoration-line: line-through;
    color: #8A8B90;
}
.modal-product-btns-wrapper{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-product-btn-wraper-card{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 60px;
    background-color: #FF5710;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    transition: .3s all ease;
    z-index: 1;
    cursor: pointer;
}
.modal-product-btn-wraper-card:hover{
    background: #000;
    color: #fff;
}
.modal-product-add-favorites svg{
    stroke: #000;
    cursor: pointer;
}
.modal-product-add-favorites.active svg, 
.modal-product-add-favorites svg:hover {
    transition: all .3s ease-in-out;
    stroke: #FF5710;
}
.modal-product-add-socials{
    margin-bottom: -6px;
}
.modal-product-add-favorites{
    position: relative;
}

.footer {
    padding: 64px 15px 0 15px;
    background-color: #1D1D1D;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #393939;
    padding-bottom: 50px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0 36px;
}

.footer-politics {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #454545;
    display: block;
}

.footer-politics:hover {
    color: white;
    transition: all .3s ease;
}

.footer-list-wrap {
    margin-right: 95px;
}

@media (max-width: 550px) {
    .footer-bottom {
        flex-direction: column;
    }
    .footer-politics {
        padding: 10px;
    }
}

.footer-logo {
    max-width: 186px;
}

.footer-social-wrap {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-list-catalog1,
.footer-list-catalog2 {
    width: 192px;
}

.footer-list-byers {
    padding-right: 43px;
}

.footer-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
}

.footer-link-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8A8B91;
}

.footer-link-item:hover {
    color: white;
    transition: all .3s ease;
}

.footer-list-item {
    margin-top: 12px;
}

.footer-logo {
    margin-bottom: 29px;
}

.email {
    margin-left: 21px;
    margin-bottom: 19px;
}

.email-link {
    width: 100px;
    height: 30px;
    position: relative;
}

.email-link::before {
    position: absolute;
    content: '';
    background-image: url(/img/icons/mail.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    left: -18px;
    top: 5px;
}

.phone-footer {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.call {
    padding: 16px;
    background-color: #2b2b2b;
    width: 100%;
    border-radius: 10px;
    margin-top: 21px;
}

.call span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FF5710;
}

.call:hover {
    background-color: #FF5710;
    transition: all .3s ease;
}

.call:hover span {
    color: white;
    transition: all .3s ease;
}

.footer-social-item {
    position: relative;
    cursor: pointer;
}

.footer-social-item:hover .social-link-header svg {
    fill: white;
    transition: all .3s ease-in-out;
}
.footer-social-item:hover::before {
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    flex-basis: 50%;
}

.catalog-wrapper {
    flex-basis: 63%;
}
.catalog-inner {
    display: flex;
    justify-content: space-between;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #FF5710 !important;
}
.circle_percent {
    font-size: 62px;
    width: 60px;
    height: 60px;
    position: relative;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip:rect(0 1em 1em .5em);
}
.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #FF5710;
    clip:rect(0 1em 1em .5em);
    transform:rotate(180deg);
    transition:1.05s;
}
.percent_more .circle_inner {
    clip:rect(0 .5em 1em 0em);
}
.percent_more:after {
    position: absolute;
    left: .5em;
    top:0em;
    right: 0;
    bottom: 0;
    background: #FF5710;
    content:'';
}
.circle_inbox {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    z-index:3;
    border-radius: 50%;
}
.percent_text {
    position: absolute;
    font-size: 14px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    color: #FF5710;
}
.fspreloader{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .8);
  }
  .sk-wave {
    width: 6em;
    height: 4em;
    margin: auto;
    text-align: center;
    font-size: 1em;
  }
  .sk-rect:not(:last-child){
    margin-right: 5px;
  }
  .sk-wave .sk-rect {
    background-color: #FF5710;
    height: 100%;
    width: 0.5em;
    display: inline-block;
    animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
  }
  .sk-wave .sk-rect-1 {
    animation-delay: -1.2s;
  }
  .sk-wave .sk-rect-2 {
    animation-delay: -1.3s;
  }
  .sk-wave .sk-rect-3 {
    animation-delay: -1.4s;
  }
  .sk-wave .sk-rect-4 {
    animation-delay: -1.5s;
  }
  .sk-wave .sk-rect-5 {
    animation-delay: -1.6s;
  }
  @keyframes sk-wave-stretch-delay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
   }
    20% {
        transform: scaleY(1);
   }
  }
.mini_cart .mini_cart_scroll::-webkit-scrollbar {
  width: 4px; 
}
.mini_cart .mini_cart_scroll::-webkit-scrollbar-track {
  background: #eee;
}   
.mini_cart .mini_cart_scroll::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
.mini_cart .mini_cart_scroll::-webkit-scrollbar {
  width: 4px; 
}
.mini_cart {
  position: absolute;
  top: 55px;
  right: -20px;
  z-index: 2000;
  min-width: 503px;
  background: #FFFFFF;
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.08);
  padding: 20px 15px 40px 41px;
  display: none;
}
.mini_cart:hover {
  visibility: visible;
  pointer-events: auto;
  opacity: 1; 
}
.mini_cart:after {
  content: '';
  border: 11px solid transparent;
  border-bottom: 11px solid #fff;
  position: absolute;
  top: -22px;
  right: 28px; 
}
.mini_cart:before {
  content: '';
  display: block;
  height: 11px;
  top: -11px;
  left: 0;
  right: 0;
  position: absolute; 
}
.mini_cart .mini_cart_close {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  opacity: 1;
  position: absolute;
  top: 32px;
  right: 28px;
  cursor: pointer;
  transition: all .3s; 
}
.mini_cart .mini_cart_close::before,
.mini_cart .mini_cart_close::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background: #222;
    height: 2px;
}
.mini_cart .mini_cart_close::before{
    transform: rotate(45deg);
}
.mini_cart .mini_cart_close::after{
    transform: rotate(-45deg);
}
.mini_cart .mini_cart_header {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDE3EA;
  max-width: 403px;
  margin-bottom: 10px; 
}
.mini_cart .mini_cart_header h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #000000; 
}
.mini_cart .mini_cart_scroll {
  max-height: 236px;
  overflow-y: auto;
  padding: 15px;
  padding-left: 0;
  padding-right: 38px; 
}  
.mini_cart .mini_cart_item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
.mini_cart .mini_cart_item .product-status{
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 15px;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #D02937;
}
.mini_cart .mini_cart_item:last-child {
  margin-bottom: 0; 
}
.mini_cart .mini_cart_item .product-status span.discount {
    font-size: 10px;
    border-radius: 0; 
}
.mini_cart .mini_cart_item .product-status span.discount:before, .mini_cart .mini_cart_item .product-status span.discount:after {
  display: none; 
}
.mini_cart .mini_cart_item .image {
  position: relative; 
}
.mini_cart .mini_cart_item .content {
  padding-left: 20px;
  padding-right: 35px;
  transform: translate(0, -5px);
  flex-grow: 1;
}
.mini_cart .mini_cart_item .content h3 {
  display: block;
  margin: 0;
  margin-bottom: 5px; 
}
.mini_cart .mini_cart_item .content h3 a {
  font-family: "SFUIDisplay", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 165%;
  color: #25292D;
  border-bottom: 1px solid #EBEFF2;
  transition: all .3s; 
}
.mini_cart .mini_cart_item .content h3 a:hover, 
.mini_cart .mini_cart_item .content h3 a:active, 
.mini_cart .mini_cart_item .content h3 a:focus {
  border-bottom: 1px solid #CDD7E1; 
}
.mini_cart .mini_cart_item .content .info_mini_cart {
  display: flex;
  align-items: center; 
}
.mini_cart .mini_cart_item .content .info_mini_cart p {
  margin: 0; 
}
.mini_cart .mini_cart_item .content .info_mini_cart .qiality {
  font-family: "SFUIDisplay", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  text-align: right;
  color: #F22F2F;
  margin-right: 14px; 
}
.mini_cart .mini_cart_item .content .info_mini_cart .price {
  font-family: "SFUIDisplay", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: right;
  color: #25292D; 
}
.mini_cart .mini_cart_item .content .info_mini_cart .price i {
  font-family: "SFUIDisplay", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  text-align: right;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #707D8A;
  margin-left: 9px; 
}
.mini_cart .mini_cart_item .delete {
  width: 20px;
  height: 18px;
  background: url(/img/ic_dell.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  border: none;
  transition: all .3s;
  cursor: pointer;
  transform: translate(0, -5px); 
}
.mini_cart .mini_cart_item .delete:hover, 
.mini_cart .mini_cart_item .delete:active, 
.mini_cart .mini_cart_item .delete:focus {
  background: url(/img/ic_dell_hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.mini_cart .mini_cart_fot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 405px;
  margin-top: 10px; 
}
.mini_cart .mini_cart_fot p {
  font-family: "Noah-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: right;
  color: #25292D;
  margin: 0; 
}
.mini_cart .mini_cart_fot .btn {
  color: #fff;
  font-size: 11px;
  align-items: center;
  display: flex; 
}
.deco-main-about{
    background: #222;
    padding: 130px 15px;
}
.deco-main-about-title{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
}
.deco-main-about-txt{
    font-size: 16px;
    color: #8A8B90;
    line-height: 180%;
}
.deco-main-about-txt p{
    margin-bottom: 25px;
}
.deco-smart-search{
    flex-grow: 1;
    padding: 0 10px;
}
@media (max-width: 1400px) {
    .slider-title {
        font-size: 28px;
    }

    .main-slider-description {
        margin-bottom: 15px;
    }

    .footer-top {
        flex-wrap: wrap;
    }

    .footer-list-byers {
        margin-right: 0;
    }

    .catalog-wrapper {
        flex-basis: 35%;
        margin: 0 10px;
    }

}

@media (max-width: 1250px) {
    .header-logo {
        max-width: 150px;
    }

    .search-btn {
        padding: 0 7px;
    }

    .border-dec {
        border-right: 1px solid #2B2B2B;
        margin: 0 11px 0;
    }

    .phone-header {
        font-size: 14px;
    }

    .search-header {
        padding: 12px;
    }

    .social-img {
        width: 80%;
    }

    .email-header,
    .phone-header,
    .time-data,
    .address {
        font-size: 12px;
    }

    .slide-content {
        padding: 60px 60px 60px 60px;
    }

    .top-pagination {
        top: -80%;
        margin-left: 63px;
    }

    .swiper-pagination {
        max-width: 0;
        z-index: 7;
    }

    .slider-title {
        font-size: 25px;
    }

    .slier-main-btn {
        padding: 14px 34px;
        background-color: #2B2B2B;
    }

    .test-btn {
        align-self: start;
        margin-top: 18px;
        padding: 14px 42px;
        border-radius: 8px;
        background-color: #fff;
    }

    .main-test {
        justify-content: space-between;
    }

    .content-test-wrapper {
        margin-bottom: 48px;
    }

    .bioflares-sliders {
        padding: 55px 10px 55px;
    }

    .bioflares-sliders-title {
        font-size: 29px;
    }
    .header-wrap-address{
        padding: 0 15px;
    }
    #IDfav{
        margin-left: 10px;
    }
    .header-logo{
        margin-right: 10px;
    }
    .modal-product-content-l,
    .modal-product-gallery-top1{
        width: 460px;
    }
    .modal-product-gallery-thumbs1 {
        width: 340px;
    }
    .modal-product-title {
        font-size: 20px;
    }
    .modal-product-desc {
        font-size: 14px;
    }
    .modal-product-card-price-new {
        font-size: 20px;
    }
    .modal-product-card-price-old {
        font-size: 12px;
    }
    .card-sticker3 {
        font-size: 11px;
        padding: 7px 15px;
        margin-right: 10px;
    }
    .modal-product-btn-wraper-card {
        height: 45px;
        font-size: 12px;
        border-radius: 4px;
    }
    .card-stickers3{
        top: 15px;
        left: 15px;
    }
    .deco-srch-prod-img{
        max-width: 90px;
    }
    .deco-srch-all{
        margin-top: 15px;
        font-size: 14px;
    }
    .search_result{
        min-width: 400px;
    }
}
@media (max-width: 1000px) {
    .footer-list-contact{
        flex-basis: 100%;
        margin-top: 25px;
    }
    .footer-social-wrap{
        justify-content: flex-start;
    }
    .catalog-wrapper{
        margin-right: 30px;
    }
    .footer-social-item:not(:last-child) .social-link-footer{
        margin-right: 10px;
    }
    .modal-product-content{
        flex-direction: column;
        align-items: center;
    }
    .modal-product-content-r{
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 960px) {
    .header {
        padding: 20px 10px 20px;
    }
    .nav {
        margin-left: 30px;
    }

    .nav-item {
        margin-right: 15px;
    }

    .header-catalog {
        padding: 13px 16px;
    }


    .slider-wrapper {
        width: 60%;
        position: relative;
    }

    .slider-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .main-test {
        width: 38%;
    }

    .slide-content {
        padding: 100px 35px 35px 35px;
    }

    .test-img {
        width: 80%;
    }

    .bioflares-sliders {
        padding: 27px 10px 27px;
    }

    .bioflares-sliders-title {
        font-size: 30px;
    }

    .bioflares-bottom-wrap {
        margin-top: 17px;
        margin-bottom: 20px;
    }

    .main-slider-arrows {
        left: -80%;
        margin: 8px 25px;
    }

    .top-pagination {
        top: -70%;
        margin-left: 38px;
    }
    .deco-main-about{
        padding: 90px 15px;
    }
    .deco-main-about-title {
        margin-bottom: 30px;
    }
    .deco-main-about-txt p {
        margin-bottom: 15px;
    }
    .deco-main-about-txt{
        line-height: 140%;
    }
}

@media (max-width: 860px) {
    .main-wrapper {
        padding: 27px 10px 27px;
        height: 440px;
    }

    .slide-content {
        padding: 68px 28px 28px 28px;
        background: transparent;
        width: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    }

    .slide-item {
        position: relative;
        justify-content: center;
        height: 100%;
    }
    .test-img {
        width: 65%;
    }

    .content-test-wrapper {
        padding: 15px;
    }

    .main-slider-arrows {
        display: none;
    }

    .slider-title,
    .slider-descr-text {
        color: white;
    }

    .slier-main-btn {
        background-color: #fff;
        color: #1D1D1D;
    }

    .slider-descr-text::before {
        border-bottom: 2px solid white;
    }

    .arrow-next {
        width: 28px;
        height: 28px;
    }

    .arrow-prew {
        width: 28px;
        height: 28px;
    }

    .swiper-pagination,
    .all-items,
    .active-item {
        color: #fff;
    }

    .sliders-items-inner {
        overflow: inherit;
        width: 100%;
    }

    .bioflares-sliders-wrapper {
        overflow: hidden;
    }

    .bioflares-slider-arrows {
        display: none;
    }

    .top-pagination {
        color: white;
    }

    .footer-links {
        order: -1;
        width: 100%;
    }
}
@media (max-width: 803px) {
    .footer-list-contact{
        flex-basis: 50%;
        text-align: right;
    }
    .footer-social-wrap {
        justify-content: center;
    }
}
@media (max-width: 750px) {
    .header-input {
        width: auto;
        justify-self: flex-end;
        flex-grow: 1;
        justify-content: flex-end;
        max-width: 100%;
    }

    .header-wrap-address,
    .contact-wrapper,
    .favourites,
    .header-bottom,
    .city-select {
        display: none;
    }
    .header-bottom .container{
        padding-left: 0;
        padding-right: 0;
    }

    .favourites-menu {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-top: 30px;
    }

    .line {
        width: 100%;
        height: 1px;
        background-color: #393939;
    }

    .favourites-decor {
        margin-left: 10px;
    }

    .header-logo-mobile {
        margin: 0 auto;
        max-width: 164px;
        padding: 40px 0 0;
    }

    .phone-header-mobile {
        font-size: 20px;
        margin-top: 25px;
    }

    .favourites-btn {
        margin-right: 4px;
    }

    .call-me {
        padding: 16px;
        background-color: #2B2B2B;
        border-radius: 8px;
        text-align: center;
        margin: 22px auto;
        width: 50%;
    }

    .social-wrapper {
        display: flex;
        height: 35px;
        justify-content: center;
        align-items: center;
    }

    .social-link-header {
        position: relative;
        margin: 0 20px;
        align-self: center;
    }

    .social-link-header::after {
        position: absolute;
        content: '';
        width: 44px;
        height: 44px;
        right: -14px;
        top: -12px;
        border-radius: 50%;
        border: 1px solid #2B2B2B;
    }

    .social-img {
        width: 100%;
    }

    .email-header {
        text-align: center;
        font-size: 14px;
        color: white;
        display: block;
    }

    .mail-wrap {
        margin-top: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mail-icon {
        margin-right: 6px;
    }

    .header-address {
        margin-top: 10px;
    }

    .address {
        display: block;
        text-align: center;
    }

    .burger,
    .burger::before,
    .burger::after {
        border-bottom: none;
    }

    .header-bottom {
        position: relative;
    }

    .header-bottom-wrapper {
        position: fixed;
        display: block;
        z-index: 8;
        width: 100vw;
        padding: 0;
        top: 0;
    }

    .header-nav-wrapper {
        flex-direction: column;
        align-items: normal;
        background-color: #222222;
        padding: 5px 36px;
        height: 100vh;
        overflow-y: auto;
    }

    .header-catalog {
        display: block;
        padding: 0;
        background: transparent;
    }

    .nav {
        margin-left: 0;
    }

    .menu-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        transition: all .3s ease;
    }

    .nav-inner {
        flex-direction: column;
    }

    .catalog {
        border-bottom: 1px solid #393939;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }

    .menu-text {
        font-size: 18px;
    }

    .nav-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #393939;
        line-height: 56px;
        margin: 0;
    }

    .right-arrow-mobile {
        position: relative;
        width: 30px;
        height: 30px;
    }

    .right-arrow-mobile::after {
        position: absolute;
        content: '';
        width: 10px;
        border-bottom: 1px solid #5f5f5f;
        right: 0;
        transform: rotate(45deg);
    }

    .right-arrow-mobile::before {
        position: absolute;
        content: '';
        width: 10px;
        border-bottom: 1px solid #5f5f5f;
        right: 0;
        bottom: 7px;
        transform: rotate(135deg);
    }

    .header-logo {
        max-width: 100px;
    }

    .phone-header-mobile {
        text-align: center;
        margin-top: 25px;
    }

    .burger-mobile {
        display: block
    }

    .city-select-mobile {
        display: block;
        position: relative;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #8D8D8D;
        border-bottom: 1px dashed #8D8D8D;
        margin-right: 19px;
        cursor: pointer;
    }

    .city-select-mobile:hover {
        color: white;
    }

    .city-select-mobile::after {
        position: absolute;
        content: '';
        border-bottom: 1px solid #8D8D8D;
        width: 6px;
        top: 9px;
        right: -10px;
        transform: rotate(40deg);
    }

    .city-select-mobile::before {
        position: absolute;
        content: '';
        border-bottom: 1px solid #8D8D8D;
        width: 6px;
        top: 9px;
        right: -14px;
        transform: rotate(316deg);
    }

    .search-btn {
        width: 40px;
        height: 30px;
    }

    .search-img {
        margin-top: 5px;
    }

    .menu-mobile {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 30px;
    }

    .burger-btn {
        position: absolute;
        content: '';
        width: 18px;
        border-bottom: 2px solid #fff;
        border-radius: 8px;
    }

    .burger-btn::before {
        position: absolute;
        content: '';
        width: 18px;
        border-bottom: 2px solid #fff;
        border-radius: 8px;
        right: 0;
        top: 6px;
    }

    .burger-btn::after {
        position: absolute;
        content: '';
        width: 18px;
        border-bottom: 2px solid #fff;
        border-radius: 8px;
        right: 0;
        top: -6px;
    }

    .bottom-block-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .bottom-content {
        margin-bottom: 5px;
    }

    .view-all-orange span {
        font-size: 12px;
    }

    .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: calc(100% - 90px) !important;
    }

    .footer-links,
    .catalog-wrapper {
        flex-direction: column;
    }

    .footer-top {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .catalog-inner,
    .catalog-wrapper,
    .footer-list-catalog2,
    .footer-list-byers {
        margin: 0;
    }

    .footer-list-logo {
        position: relative;
    }

    .logo-wrapper {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        bottom: -330px;
    }

    .email {
        text-align: center;
    }

    .footer {
        padding: 46px 10px 5px;
    }

    .footer-logo {
        margin: 0 auto;
        padding: 58px 0 23px;
    }

    .footer-phone {
        text-align: center;
        margin-bottom: 22px;
    }

    .footer-social-wrap {
        padding-top: 24px;
        width: 245px;
        margin: 0 auto;
    }
    .call {
        width: 256px;
        margin: 0 auto;
        display: block;
    }
    .email::before {
        left: 215px;
    }

    .catalog-wrapper {
        padding: 16px 0 16px;
        display: flex;
        flex-direction: column;
    }

    .footer-title::before {
        position: absolute;
        content: '';
        right: 0;
        top: -8px;
        width: 40px;
        height: 40px;
        background-image: url(/img/icons/arrow-up.svg);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .footer-title.active::before {
        transform: rotate(180deg);
        transition: transform .3s ease-in-out;
    }

    .catalog-inner {
        flex-direction: column;
        margin-bottom: 16px;
    }
    .footer-list-byers {
        padding: 16px 0 16px;
        border-top: 1px solid #393939;
        border-bottom: 1px solid #393939;
    }
    .progress-bar-news {
        display: block;
    }
    .top-wrap-swap {
        position: absolute;
        content: '';
        bottom: -71px;
        right: 0;
        width: 100%;
        height: 50px;
    }
    .footer-bottom {
        margin-top: 65px;
    }
    .btn-wraper-call{
        text-align: center;
    }
}

@media (max-width: 550px) {
    .header {
        padding: 8px;
    }
    .mini_cart{
        width: 100%;
        min-width: 100%;
        right: 0;
    }
    .mini_cart .mini_cart_item{
        flex-direction: column;
        align-items: center;
    }
    .mini_cart{
        padding-left: 15px;
    }
    .mini_cart .mini_cart_item .content{
        padding-right: 20px;
    }
    .mini_cart .mini_cart_scroll{
        padding-right: 17px;
    }
    .mini_cart .mini_cart_item .content h3 a{
        text-align: center;
        display: block;
    }
    .info_mini_cart{
        justify-content: center;
    }
    .search_result{
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        min-width: 100%;
    }
    #IDfav{
        position: absolute;
        left: -15px;
        right: 0;
    }
    .main-wrapper {
        flex-direction: column;
        height: 100%;
        padding: 0;
    }

    .slide-item {
        height: 486px;
    }

    .slide-item.swiper-slide {
        width: 94% !important;
    }

    .slide-content {
        height: 486px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .btn-wraper .ripple-effect {
        background-color: #fff;
        color: #2B2B2B;
    }

    .btn-wraper .ripple-effect span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #2B2B2B;
        transition: all .4s ease;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .btn-wraper .ripple-effect:hover {
        color: white;
        transition: all .3s ease-in-out;
    }

    .btn-wraper-colaborate .ripple-effect p {
        display: block;
    }

    .btn-wraper-colaborate .ripple-effect b {
        display: none;
    }

    .btn-wraper-test {
        width: 100%;
    }

    .btn-wraper-test .ripple-effect {
        width: 100%;
    }

    .slier-main-btn {
        width: 68%;
        padding: 14px;
        border-radius: 8px;
    }

    .slider-wrapper,
    .main-test {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .test-btn {
        margin: 20px auto;
    }

    .test-subtitle,
    .test-text {
        text-align: center
    }

    .content-test-wrapper {
        height: 100%;
    }

    .top-pagination {
        top: -70%;
        margin-left: 28px;
    }

    .bottom-content {
        margin-bottom: 12px;
    }

    .bioflares-sliders-title {
        font-size: 20px;
    }
    .footer-top {
        padding-bottom: 130px;
    }
    .footer-bottom {
        margin-top: 0;
        padding: 15px 0;
    }
    .modal-product-content-l, .modal-product-gallery-top1{
        width: 100%;
    }
    .modal-product-avail{
        margin-top: 20px;
    }
    .modal-product-controll{
        display: none;
    }
    .modal-product-gallery-thumbs1{
        width: 100%;
    }
    .deco-main-about-title{
        text-align: center;
        font-size: 24px;
    }
    .deco-main-about-txt {
        font-size: 14px;
    }
}
.callback {
    width: 480px;
    position: relative;
    padding: 10px 0;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    background-color: #222;
    z-index: 9;
}

.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 54px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #ffffff;
    color: #222222;
}
.popup > p{
    font-weight: 700;
    font-size: 24px;
    color: #232427;
    text-align: center;
    margin-bottom: 10px;
}
.popup > span{
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #232427;
    display: block;
    margin-bottom: 20px;
}
.close-popup {
    position: absolute;
    top: 20px;
    right:20px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.close-popup:before {
    content: '';
    background-color: #D2D2D2;
    position: absolute;
    height: 1px;
    width: 20px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
}

.close-popup:after {
    content: '';
    background-color: #D2D2D2;
    position: absolute;
    height: 1px;
    width: 20px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
}

.callback p {
    font-family: 'Gotham', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #232427;
    display: block;
    margin-bottom: 10px;
}

.callback span {
    font-family: 'SF UI Display',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #232427;
    margin-bottom: 20px;
    display: block;
}

.callback-user-security {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.callback-user-security b {
    position: relative;
    font-weight: 400;
    font-size: 10px;
    line-height: 133.7%;
    color: #555555;
}
.callback-user-security a {
    color: #555555;
    font-weight: 400;
    font-size: 10px;
    line-height: 133.7%;
    transition: all .3s ease-in-out;
}
.callback-user-security a:hover {
    color: #9A9A9A;
    text-decoration: underline;
}

.callback-user-security b::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 18px;
    background-image: url(/img/icons/user-security.svg);
    background-repeat: no-repeat;
    left: -18px;
    bottom: -5px;
}

.btn-wraper-callback .ripple-effect {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #FF5710;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}

.btn-wraper-callback .ripple-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #222;
    transition: all .4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}


.btn-wraper-callback .ripple-effect:hover span {
    width: 150%;
    height: 500px;
}

.btn-wraper-callback .ripple-effect:hover {
    color: #fff;
    transition: all .3s ease-in-out;
}
.modal-callback .popup{
    width: 480px;
    max-width: 100%;
}
@media (max-width: 650px) {
    .callback {
        width: 320px;
    }
    .popup {
        padding: 36px;
    }
    .popup.designer {
        padding: 36px;
    }
}

@media (max-width: 450px) {
    .callback {
        width: 230px;
    }
}

.by-onclick p {
    font-family: 'Gotham', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #232427;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 550px) {
    .by-onclick {
        width: 320px;
    }
}

@media (max-width: 450px) {
    .by-onclick {
        width: 230px;
    }
}

.modal-rew-wrap {
    width: 762px;
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    grid-template-rows: 1fr 20% 20% 1fr 1fr;
    grid-gap: 20px;
}

.manager-input1,
.manager-input2,
.manager-input3,
.manager-input4,
.manager-input5{
    color: #717171;
    background-color: transparent;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 20px;
    display: block;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
}
.btn-wraper-question button{
    cursor: pointer;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #FF5710;
    border-radius: 10px;
    color: #fff;
}
.modal-review-wrap p {
    font-family: 'Gotham', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 136%;
    color: #232427;
    margin-bottom: 22px;
    display: block;
}

.btn-wraper-callback {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}

.callback-user-security {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
}

.file-upload {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #FF5710;
    margin-left: 33px;
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    padding-top: 20px;
}

.file-upload::after {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    left: -18px;
    top: 25px;
    background-image: url(/img/icons/upload.svg);
    background-repeat: no-repeat;
}

.manager-input5 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.manager-input3 {
    grid-row: 2 / 4;
}

@media (max-width: 960px) {
    .modal-rew-wrap {
        width: 320px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 16% 16% 16% 1fr 1fr 1fr;
        grid-gap: 8px;
    }
    .manager-input3 {
        grid-row: 3 / 4;
    }
    .manager-input2 {
        grid-row: 2 / 3;
    }
    .manager-input5 {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }
    .manager-input4 {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }
    .callback-user-security {
        grid-row: 8 / 9;
    }
    .btn-wraper-callback {
        grid-row: 7 / 8;
    }
    .file-upload {
        display: block;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        line-height: 143%;
        color: #FF5710;
        margin-left: 33px;
        grid-column: 1 / 2;
        grid-row: 6 / 7;
        padding: 7px 0 7px;
    }
    .file-upload::after {
        top: 11px;
    }
}
@media (max-width: 650px) {
    .modal-rew-wrapiew-wrap {
        width: 230px;
    }
}

@media (max-width: 450px) {
    .modal-rew-wrap {
        width: 230px;
    }
}
/* Специальные условия для дизайнеров */

.popup.designer {
    overflow: hidden;
}

.modal-designer-wrapper {
    width: 900px;
    position: relative;
}

.modal-designer-inner {
    display: flex;
    justify-content: end;
}

.modal-designer-wrapper::after {
    position: absolute;
    content: '';
    background-image: url(/img/main/modal-designer.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 27px;
    top: -58px;
    width: 106%;
    height: 124%;
}

.modal-designer-wrapper > .close-popup {
    position: absolute;
    top: -27px;
    right: -30px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .modal-designer-wrapper::after {
        display: none;
    }
    .modal-designer-wrapper {
        width: inherit;
    }
}

@media (max-width: 750px) {
    .modal-designer-wrapper {
        width: 230px;
    }
}

/* Подобрать биокамин */

.modal-wrap-pickUp {
    display: grid;
    width: 762px;
    grid-template-columns: repeat(2 ,1fr);
    grid-template-rows: repeat(4 ,1fr);
    grid-gap: 20px;
}

.pickUp-input1,
.pickUp-input2,
.pickUp-input3,
.pickUp-input4,
.pickUp-input5 {
    color: #717171;
    background-color: transparent;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 20px;
    display: block;
    outline: none;
    width: 100%;
}

.pickUp-input4 {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
}

.btn-wraper-pickUp .ripple-effect {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #FF5710;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}


.btn-wraper-pickUp .ripple-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #222;
    transition: all .4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}


.btn-wraper-pickUp .ripple-effect:hover span {
    width: 150%;
    height: 500px;
}

.btn-wraper-pickUp .ripple-effect:hover {
    color: #fff;
    transition: all .3s ease-in-out;
}

.btn-wraper-pickUp {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
}

.pickUp-user-security {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pickUp-user-security b {
    position: relative;
    font-weight: 400;
    font-size: 10px;
    line-height: 133.7%;
    color: #555555;
}
.pickUp-user-security a {
    color: #555555;
    font-weight: 400;
    font-size: 10px;
    line-height: 133.7%;
    transition: all .3s ease-in-out;
}
.pickUp-user-security a:hover {
    color: #9A9A9A;
    text-decoration: underline;
}

.pickUp-user-security b::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 18px;
    background-image: url(/img/icons/user-security.svg);
    background-repeat: no-repeat;
    left: -18px;
    bottom: -5px;
}

.pickUp-user-security {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}

.pickUp-title {
    font-family: 'Gotham', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 136%;
    color: #232427;
    margin-bottom: 30px;
    display: block;
}

@media (max-width: 950px) {
    .modal-wrap-pickUp {
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 17% 1fr;
    }
    .pickUp-user-security {
        grid-column: 1 / 2;
        grid-row: 7 / 8;
    }
    .pickUp-input2 {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }
    .pickUp-input4 {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }
    .btn-wraper-pickUp {
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }
    .modal-pickUp-wrap {
        width: 400px;
    }
    .popup {
        padding: 36px;
    }
}
@media (max-width: 550px) {
    .modal-pickUp-wrap {
        width: 260px;
    }
}

.pagination-wrapper {
    padding: 40px 0 145px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-item {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #232427;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 35px;
}

.pagination-item:hover {
    color: #FF5710;
    transition: all .3s ease-in-out;
}

.pagination-item.current {
    width: 30px;
    height: 30px;
    border: 1px solid #FF5710;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FF5710;
}

.prev-page,
.next-page {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #8A8B90;
    width: 135px;
}

.prev-page::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 10px;
    background-image: url(/img/icons/prev-page-pagination.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 3px;
}

.next-page::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 10px;
    background-image: url(/img/icons/next-page-pagination.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 3px;
}

.prev-page:hover.prev-page::after{
    background-image: url(/img/icons/prev-page-pagination-hov.svg);
    transition: all .3s ease-in-out;
}

.next-page:hover.next-page::after{
    background-image: url(/img/icons/next-page-pagination-hov.svg);
    transition: all .3s ease-in-out;
}

.prev-page span {
    margin-left: 16px;
    color: #8A8B90;
}

.prev-page span:hover {
    color: #FF5710;
    transition: all .3s ease-in-out;
}

.next-page span {
    margin-right: 16px;
    color: #8A8B90;
}

.next-page span:hover {
    color: #FF5710;
    transition: all .3s ease-in-out;
}
@media (max-width: 768px) {
    .pagination-item {
        margin: 0 10px;
    }

    .next-page span,
    .prev-page span {
        visibility: hidden;
    }

    .prev-page,
    .next-page {
        width: 20px;
    }
}
@media (max-width: 420px){
    .pagination-item {
        margin: 0 5px;
    }

}
.art,
.postsP-sec{
    flex-grow: 1;
}

/* --start кнопки быстрой связи в подвале моб.версия */
@media screen and (min-width: 769px) {
  .bottomEasyCalls {
    display: none;
    opacity: 0;
    transition: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .bottomEasyCalls {
    position: fixed;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    bottom: 0;
    left: 0;
    box-shadow: -1px 0px 8px 0 rgba(0, 0, 0, 0.4392156863);
    z-index: 1000;
    transition: 0.5s;
  }
  .bottomEasyCalls > span {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .bottomEasyCalls a {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: white;
    font-size: clamp(12px, 3.8svw, 22px);
    text-decoration: none;
    font-weight: 700;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3137254902);
  }
  .bottomEasyCalls > div a {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .bottomEasyCalls > .easyCall {
    width: 50%;
    min-width: 100px;
    background-color: #FF4651;
    padding: 7px;
    border: solid 1px #dbdbdb;
  }
  .bottomEasyCalls > .easyCall svg {
    margin-bottom: -4px;
    margin-right: 3px;
    height: clamp(15px, 7svw, 20px);
  }
  .bottomEasyCalls > .easyWhatsApp {
    width: 50%;
    min-width: 100px;
    background-color: #25D366;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    padding: 7px;
    border-right: solid 1px #dbdbdb;
  }
  .bottomEasyCalls > .easyWhatsApp svg {
    margin-bottom: -3px;
    width: auto;
    height: clamp(15px, 7svw, 32px);
  }
}
/* --end кнопки быстрой связи в подвале моб.версия */
/* --start Повыше кнопку макрвиза */
 @media only screen and (max-width: 768px) {
  .marquiz__button_fixed {
   bottom: 60px !important;
  }
 }
 /* --end Повыше кнопку макрвиза */

/* End */


/* Start:/assets/css/magnific-popup.css?16584433376951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/decor/styles.css?1675695391255*/
.catalog_section_description {
    color: #232427;
}

.catalog_section_description p{
    margin: 10px 0;
}

table.contacts {
	color: #232427;
	border-collapse: separate;
	border-spacing: 0 10px;

}

table.contacts tr td:first-child{
	font-weight: bold;
}
/* End */
/* /assets/css/app.css?177825081873682 */
/* /assets/css/magnific-popup.css?16584433376951 */
/* /local/templates/decor/styles.css?1675695391255 */
