/////////////////////////////////////////////////////////////////////////////////////

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{margin:0;}
.page-new{
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
}
header{
	/* height: 3.1vw; */
	position: sticky;
	width: 100%;
	z-index: 1000;
	background: linear-gradient(180deg, #0f192e, #1e2b4078);
	padding-bottom: 15px;
	padding-top: 15px;
	top: 0;
}
header.big-head{height:auto;background: linear-gradient(90deg, #101A31, #315097);}
.header-block{
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    /* height: 6.6vw; */
    height: 58px;
}
.top-left{
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 310px);
    align-items: center;
}
.top-menu{
    height: 100%;
}
.top-menu ul{
    list-style: none;
    display: flex;
    /* width: 22.5vw; */
    /* justify-content: space-between; */
    color: white;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.top-menu ul li:first-child{margin-left:0;}
.top-menu ul li{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    /* line-height: 15.73px; */
    text-align: center;
    /* margin-left: 3.13vw; */
    text-transform: uppercase;
    margin-bottom: -6px;
    padding-bottom: 16px;
    font-weight: 300;
    padding-top: 18px;
    border-bottom: 4px solid #ffffff00;
    transition:0.5s;
    position: relative;
}
.top-menu ul li:hover{
    border-bottom: 4px solid white;
	cursor:pointer;
	transition:0.5s;
}
.top-logo{
    width: 50px;
    height: 48px;
    background: url(/images/logo-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.top-phone{
    width: 130px;
    text-align: right;
}
.top-phone a{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 15.73px;
    text-align: left;
    text-decoration: none;
    color: white;
}
.top-right{
    display: flex;
    align-items: end;
}
.top-button{
    width: 280px;
    height: 45px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.top-button .inner-button{
    background: white;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -280px;
    transition:0.5s;
}
.top-button:hover .inner-button{left:0;transition:0.5s;}
.top-button:hover a{color:black;transition:0.5s;}
.top-button a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 15.73px;
    text-align: center;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:0.5s;
    font-weight: 300;
}
.banner-view{
    /* background: linear-gradient(180deg, #111C33 0%, rgba(17, 28, 51, 0.4) 100%); */
    /* max-height: 850px; */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.top-banner{position:relative;overflow: hidden;height: 100vh;display: flex;justify-content: center;align-items: center;background: url(/images/top-glav.jfif);width: 100%;flex-wrap: wrap;margin-top: -84px;}
.top-banner img{
    width: 100%;
    max-height: 850px;
    object-fit: cover;
}
.top-banner-text{
    max-width: 73vw;
    margin: 0 auto;
    height: 168px;
    z-index: 9999;
    font-family: EB Garamond;
    font-size: 5vw;
    font-weight: 500;
    line-height: 6vw;
    text-align: center;
    color: #fff;
    margin-top: 14.5vw;
    width: 90%;
}
.top-banner-button{
    width: 20.7vw;
    height: 3.35vw;
    border: 1px solid white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.contact-block .top-banner-button{
    width: 280px;
    height: 35px;
    border: 1px solid #101A31;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.contact-block .top-banner-button a{
    color: #101A31;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.contact-block .top-banner-button:hover a{
    color: #ffffff;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
form .top-banner-button{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}
.product.top-banner-button{
    width: 300px;
    height: 50px;
    border: 1px solid #101A31;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background:#101A31;
}
.top-banner-button .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    left: -20.7vw;
    transition: 0.5s;
}
.contact-block .top-banner-button .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    left: -280px;
    transition: 0.5s;
}
form .top-banner-button .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    left: -20.7vw;
    transition: 0.5s;
}
form .top-banner-button:hover .inner-button+input{
    color: white !important;
	transition: 0.5s;
}
form .top-banner-button.contact-btn:hover .inner-button+input{
    color: #000000 !important;
	transition: 0.5s;
}
.product.top-banner-button .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #101A31;
    left: -20.7vw;
    transition: 0.5s;
}
.top-banner-button:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.product.top-banner-button:hover .inner-button{
	left: 0px;
    transition: 0.5s;
	background:white;
}
.product.top-banner-button:hover a{
	color: #101A31;
    transition: 0.5s;
}
.top-banner-button:hover a{
	color: black;
    transition: 0.5s;
}
.top-banner-button a{
    font-family: Inter;
    font-size: 1.1vw;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: white;
    transition: 0.5s;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.width-full{width:100%;z-index: 999;}
.glav-block{
    margin: 100px auto;
    width: 90%;
    /* max-width: 1300px; */
    border-left: 2px solid #787F8B;
}
.glav-block p{
    font-family: EB Garamond;
    font-size: 3vw;
    font-weight: 400;
    line-height: 3.625vw;
    text-align: left;
    max-width: 95%;
    padding: 15px 0;
    margin-left: 50px;
    color: #000;
}
.glav-img01{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.glav-img01 img{height: 650px;width: 100%;object-fit: cover;margin: 135px auto;z-index: 9;}
.glav-grey{
    height: 920px;
    width: 50%;
    background: #f4f3f4;
    position: absolute;
}
.glav-img02{
    position: relative;
    height: 115vw;
}
.img02{
    width: 1200px;
    height: 48vw;
    object-fit: cover;
    z-index: 9;
    position: absolute;
    width: 83%;
}
.img03{
    position: absolute;
    height: 38.2vw;
    top: 42vw;
    z-index: 8;
    object-fit: cover;
    width: 45%;
    right: 0;
}
.img-grey{
    position: absolute;
    top: 25.7vw;
    width: 727px;
    display: flex;
    justify-content: center;
    /* background: #f4f3f4; */
    /* padding: 9.5vw 0; */
    width: 50.5%;
    left: 0;
    height: 89vw;
    background: #F4F3F4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img04{
    width: 596px;
    height: 45vw;
    object-fit: cover;
    width: 82%;
    position: absolute;
    bottom: 180px;
}
.glav-img03{
    height: 31vw;
    position: relative;
    display: flex;
    justify-content: center;
}
.glav-img03 h2{}
.glav-catalog{
    z-index: 9;
    width: 20.8vw;
    height: 12.1vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8.435vw;
}
.glav-catalog h2{
    font-family: EB Garamond;
    font-size: 5vw;
    font-weight: 500;
    /* line-height: 83.52px; */
    text-align: center;
    color: #fff;
    margin: 0;
    margin-bottom: 40px;
}
.img05{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.glav-img04{
    height: 121.112vw;
    position: relative;
}
.glav-img04 a{
    font-family: Literata;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 23.76px;
    text-align: left;
    text-decoration: none;
    color: #000;
}
.glav-img04 .text{
    padding-left: 4.865vw;
    background: #f4f3f4;
    width: calc(58.4vw - 4.865vw - 8.405vw);
    padding-top: 8.405vw;
    padding-right: 9.1vw;
    height: 51.7vw;
}
.glav-img04 p{
    font-family: EB Garamond;
    font-size: 2.81vw;
    font-weight: 400;
    line-height: 3.8vw;
    text-align: left;
    margin: 0;
    margin-bottom: 2.78vw;
    color: #000;
}
.glav-img04 h2{
    font-family: EB Garamond;
    font-size: 4.45vw;
    font-weight: 500;
    /* line-height: 83.52px; */
    text-align: center;
    margin: 0;
    margin-bottom: 2.8vw;
    margin-top: 5.42vw;
    /* text-transform: uppercase; */
}
.img11{
    position: absolute;
    right: 4.9vw;
    width: 44.45%;
    top: 38.13vw;
    object-fit: cover;
    height: 49.1vw;
}
.img12{
    width: 44.45%;
    left: 4.9vw;
    position: absolute;
    top: 55vw;
    height: 38.82vw;
    object-fit: cover;
}
.img13{
    width: 44.45%;
    left: 4.9vw;
    position: absolute;
    bottom: 0;
    height: 25.91vw;
    object-fit: cover;
}
.img14{
    position: absolute;
    right: 4.9vw;
    width: 44.45%;
    bottom: 0;
    object-fit: cover;
    height: 32.5vw;
}
.glav-grey-bottom{
    background: #f4f3f4;
    padding: 7.3vw 19.17vw;
}
.glav-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.glav-one{
    width: 100%;
    font-family: EB Garamond;
    font-size: 2.6vw;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.glav-grey-bottom h2{
    font-family: EB Garamond;
    font-size: 5vw;
    font-weight: 500;
    line-height: 83.52px;
    text-align: center;
    margin: 0;
    margin-bottom: 2.8vw;
    margin-top: 2.8vw;
}
.glav-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 45vw;
}
.glav-two{
    width: 21.81vw;
}
.glav-two p{
    font-family: EB Garamond;
    font-size: 2vw;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.glav-two .small{
    font-size: 1.25vw;
    margin: 0 auto;
    margin-bottom: 3.13vw;
    width: 95%;
    margin-top: 1.4vw;
    min-height: 6vw;
}
.top-banner-button.black{
    width: 21.81vw;
    height: 10.21vw;
    border: 1px solid white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.top-banner-button.black .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: -21.81vw;
    transition: 0.5s;
    z-index: 9;
}
.top-banner-button.black:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.top-banner-button.black:hover a{
	color: #fff;
    transition: 0.5s;
}
.top-banner-button.black a{
    font-family: Inter;
    font-size: 1.1vw;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: 0.5s;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index:10;
}
footer{}
.footer-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    /* padding: 0 5vw; */
    margin: 0 auto;
    margin-top: 7vw;
    margin-bottom: 2.8vw;
}
.f-line{
    width: 41.74vw;
    height: 0.07vw;
    background: #787F8B;
}
.f-logo{
    background: url(/images/logo.svg);
    width: 3.5vw;
    height: 3.75vw;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-flex{
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.8vw;
}
.footer-block{}
.footer-block ul{
    list-style: none;
    display: flex;
    width: 35.63vw;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.footer-block ul li{
    font-family: Inter;
    font-size: 1vw;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    cursor: pointer;
}
.f-tg{
    width: 17px;
    height: 18px;
    background: url(/images/new/tg.png);
    cursor: pointer;
}
.footer-flex-bottom{
    /* margin-bottom: 7vw; */
}
.footer-flex-bottom ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 63.9vw;
    margin: 0 auto;
}
.footer-flex-bottom ul li{
    font-family: EB Garamond;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 20.88px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.footer-flex-bottom ul li img{
    margin-right: 0.7vw;
    width: 1.12vw;
}
.burger-block{
	display:none;
}
.down-menu{
	display: flex;
	width: 100%;
	justify-content: space-between;
	max-width: 90%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 15px;
	gap: 20px;
}
.spisok{
    height: 50px;
    background: white;
    /* padding: 14px 59px 14px 59px; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 24.31vw;
    font-family: EB Garamond;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.88px;
    text-align: left;
    margin-right: 1.4vw;
}
.poisk{
    height: 50px;
    max-width: 90%;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    /* margin-right: 4.6vw; */
}
.search-form{
	width: 100%;
}
.search-form form{
    display: flex;
    justify-content: center;
}
.poisk input{
    width: 100%;
    height: 48px;
    border: none;
    box-shadow: none;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.73px;
    text-align: left;
    padding-left: 11px;
    color: black;
}
.poisk input[type='submit']{background: url(/images/lupa.png);background-color: #ffffff;background-position: center;background-repeat: no-repeat;width: 50px;color: #fff;border-left: 1px solid #000000;padding: 24px;}
.poisk .img{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    border-left: 1px solid black;
    background: url(/images/lupa.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.lk-menu{
    display: flex;
    width: 100%;
    max-width: 244px;
    justify-content: flex-end;
}
.lk-menu .enter{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    width: 39px;
}
.lk-menu .likes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    width: 71px;
}
.lk-menu .cart{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    width: 54px;
    position: relative;
}
.lk-menu .cart a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.lk-menu .enter p, .lk-menu .likes p, .lk-menu .cart p{
    width: 100%;
    margin: 0;
    margin-top: 11px;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.73px;
    text-align: center;
    color: white;
}
.lk-menu .enter img, .lk-menu .likes img, .lk-menu .cart img{
    width: auto;
    height: 23px;
}

@media (max-width: 1000px) {
.burger-block{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	align-items: center;
	padding: 26px 0;
	height: auto;
}
.down-menu{display:none;}
.burger-block .top-right-menu{
    color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    /* line-height: 15.73px; */
    text-align: left;
    height: 31px;
    display: flex;
    align-items: center;
}
.burger-block .top-right-menu div{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.burger-block .top-right-menu img{
    margin-left: 10px;
    height: 12px;
    width: 30px;
    object-fit: cover;
}
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{margin:0;width: 100%;/* overflow: hidden; */}
.page-new{
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    overflow: hidden;
    /* height: 100%; */
    margin-top: 109px;
}
header{
	position: fixed;
	width: 100%;
	z-index: 1000;
	background: linear-gradient(180deg, #0f192e, #1e2b4078);
	padding: 0px 18px;
	height: auto;
	padding-bottom: 10px;
}
.header-block{
    display: none;
}
.top-left{
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 15vw - 30px);
    align-items: center;
}
.top-menu{}
.top-menu ul{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    color: black;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.top-menu ul li{
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 15.73px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}
.top-logo{
    background: url(/images/logo-white.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    height: 45px;
    margin: 0;
    position: relative;
    width: 90px;
}
.burger-menu .top-logo{
	background: url(/images/logo-black.svg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	margin-top: 13px;
	width: 90px;
	margin-bottom: 20px;
}
.top-logo a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-phone{
    width: 10vw;
    text-align: right;
}
.top-phone a{
    font-family: Inter;
    font-size: 1vw;
    font-weight: 500;
    line-height: 15.73px;
    text-align: left;
    text-decoration: none;
    color: white;
}
.top-right{
    display: flex;
    align-items: end;
}
.top-button{
    width: 15vw;
    height: 4.75vw;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.top-button .inner-button{
    background: white;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -15vw;
	transition:0.5s;
}
.top-button:hover .inner-button{left:0;transition:0.5s;}
.top-button:hover a{color:black;transition:0.5s;}
.top-button a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 1vw;
    font-weight: 500;
    line-height: 15.73px;
    text-align: center;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:0.5s;
}
.banner-view{
    /* background: linear-gradient(180deg, #111C33 0%, rgba(17, 28, 51, 0.4) 100%); */
    /* max-height: 850px; */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.top-banner{position:relative;overflow: hidden;height: 593px;display: flex;justify-content: center;align-items: baseline;background: url(/images/top-glav.jfif);width: 100%;flex-wrap: wrap;align-content: baseline;}
.top-banner img{
    width: 100%;
    max-height: 850px;
    object-fit: cover;
}
.top-banner-text{font-family: EB Garamond;font-size: 24px;font-weight: 500;line-height: 31.32px;text-align: center;margin: 0;max-width: 95%;height: auto;}
.top-banner-button{
    width: 233px;
    height: 37px;
    border: 1px solid white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* margin-top: 162px; */
    margin-bottom: 0;
    /* position: absolute; */
    /* bottom: 36px; */
}
.top-banner-button .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    left: -233px;
    transition: 0.5s;
}
.top-banner-button:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.top-banner-button:hover a{
	color: black;
    transition: 0.5s;
}
.top-banner-button a{font-family: Inter;font-size: 13px;font-weight: 400;line-height: 15.73px;text-align: center;}
.width-full{width:100%;z-index: 999;display: flex;justify-content: center;margin-top: 251px;margin-bottom: 0;}
.glav-block{
    margin: 60px 18px;
    width: 90%;
    /* max-width: 1300px; */
    border-left: 2px solid #787F8B;
}
.glav-block p{font-family: EB Garamond;font-size: 20px;font-weight: 400;line-height: 26.1px;text-align: left;margin-left: 40px;font-size: 1.375rem;line-height: 32px;padding: 30px 0;}
.glav-img01{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.glav-img01 img{height: 259px;width: 100%;object-fit: cover;margin: 0;z-index: 9;padding: 50px 0 110px;}
.glav-grey{
    height: 394px;
    width: 50%;
    background: #f4f3f4;
    position: absolute;
}
.glav-img02{
    position: relative;
    height: 721px;
}
.img02{
    width: 378px;
    height: 223.66px;
    object-fit: cover;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 60px;
    box-shadow: 20px 20px 20px #00000029;
    margin:  0 18px;
}
.img03{
    position: absolute;
    width: 644px;
    height: 268px;
    top: 233px;
    right: 0;
    z-index: 8;
    object-fit: cover;
    width: 260px;
}
.img-grey{
    position: absolute;
    top: 0;
    width: 727px;
    display: flex;
    justify-content: center;
    background: #f4f3f4;
    width: 248px;
    height: 721px;
    padding: 0;
}
.img04{
    height: 242px;
    object-fit: cover;
    width: 186px;
    position: absolute;
    left: 18px;
    top: 442px;
    z-index: 9;
}
.glav-img03{
    height: 236px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.glav-img03 h2{}
.glav-catalog{
    z-index: 9;
    width: 233px;
    height: 12.1vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    align-content: center;
    position: absolute;
    top: 0;
    height: 100%;
}
.glav-catalog .top-banner-button{
    margin: 0;
}
.glav-catalog h2{font-family: EB Garamond;font-size: 24px;font-weight: 500;line-height: 31.32px;text-align: center;margin: 0;max-width: 95%;height: auto;margin-bottom: 60px;}
.img05{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.glav-img04{
    height: auto;
    position: relative;
}
.glav-img04 a{
    font-family: Literata;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.76px;
    text-align: left;
    text-decoration: none;
    color: #000;
    padding-top: 40px;
    font-family: Literata;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.76px;
    text-align: left;
}
.glav-img04 .text{
    padding: 0 4.865vw;
    background: none;
    width: calc(100% - 4.865vw - 4.865vw);
    padding-right: 9.1vw;
    height: auto;
}
.glav-img04 p{
    font-family: EB Garamond;
    font-size: 2.81vw;
    font-weight: 400;
    line-height: 3.8vw;
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
    font-family: EB Garamond;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
}
.glav-img04 h2{font-family: EB Garamond;font-size: 36px;font-weight: 500;line-height: 46.98px;text-align: center;margin-bottom: 40px;}
.img11{
    position: relative;
    right: 4.9vw;
    width: 44.45%;
    top: 38.13vw;
    object-fit: cover;
    height: 49.1vw;
    display: none;
}
.img12{
    width: 44.45%;
    left: 4.9vw;
    position: absolute;
    top: 55vw;
    height: 38.82vw;
    object-fit: cover;
    display: none;
}
.img13{
    width: 44.45%;
    left: 4.9vw;
    position: absolute;
    bottom: 0;
    height: 25.91vw;
    object-fit: cover;
    display: none;
}
.img14{
    position: relative;
    width: 351px;
    bottom: 0;
    object-fit: cover;
    height: 275px;
    margin: 0;
    right: auto;
}
.mobile-foto{
    width: 351px;
    margin: 0 auto;
    margin-top: 40px;
}
.glav-grey-bottom{
    background: #f4f3f4;
    padding: 0;
}
.glav-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.glav-one{font-family: EB Garamond;font-size: 20px;font-weight: 400;line-height: 26.1px;text-align: left;width: 100%;text-align: center;margin-top: 40px;}
.glav-grey-bottom h2{
    width: 100%;
    font-family: EB Garamond;
    font-size: 32px;
    font-weight: 400;
    line-height: 41.76px;
    text-align: center;
    width: 90%;
    margin-top: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e5e7;
    margin-bottom: 0;
}
.glav-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
}
.glav-two{
    width: 100%;
    padding-bottom: 0px;
    border-bottom: 1px solid #e7e5e7;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.glav-two:last-child{
    border-bottom: 0px solid #787F8B;
}
.glav-two p{
    font-family: EB Garamond;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.32px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
}
.glav-two .small{font-family: EB Garamond;font-size: 16px;font-weight: 400;line-height: 20.88px;text-align: center;max-width: 212px;margin: 0 auto;margin-bottom: 53px;}
.top-banner-button.black{
    width: 337px;
    height: 153px;
    border: 1px solid white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-top: 0;
}
.top-banner-button.black .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: -351px;
    transition: 0.5s;
    z-index: 9;
}
.top-banner-button.black:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.top-banner-button.black:hover a{
	color: #fff;
    transition: 0.5s;
}
.top-banner-button.black a{
    font-family: Inter;
    font-size: 1.1vw;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: 0.5s;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index:10;
    font-family: EB Garamond;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.88px;
    text-align: center;
}
footer{}
.footer-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 30px;
}
.f-line{
    width: 40%;
    height: 1px;
    background: #787F8B;
}
.f-logo{
    background: url(/images/logo.svg);
    width: 50px;
    height: 55px;
    background-repeat: no-repeat;
}
.footer-flex{
    padding: 0 5vw;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.footer-block{
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-block ul{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.footer-block ul li{
    cursor: pointer;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    width: 100%;
    /* margin-bottom: 20px; */
    max-width: 180px;
    text-align: center;
}
.f-tg{
    width: 17px;
    height: 18px;
    background: url(/images/new/tg.png);
    cursor: pointer;
}
.footer-flex-bottom{margin-bottom: 36px;}
.footer-flex-bottom ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
}
.footer-flex-bottom ul li{
    font-family: EB Garamond;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 20.88px;
    text-align: center;
    cursor: pointer;
    font-family: EB Garamond;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.88px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.footer-flex-bottom ul li img{
    margin-right: 10px;
    width: 15px;
}
}

@media (max-width: 375px) {
.burger-block{
	width: 100%;
	max-width: 351px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	align-items: center;
	padding: 26px 0;
	height: auto;
}
.burger-block .top-right-menu{
    color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    /* line-height: 15.73px; */
    text-align: left;
    height: 16px;
}
.burger-block .top-right-menu img{
    margin-left: 10px;
    height: 24px;
    width: 29px;
    object-fit: cover;
}
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{margin:0;width: 100%;/* overflow: hidden; */}
.page-new{
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    overflow: hidden;
    /* height: 100%; */
}
header{
	position: fixed;
	width: 100%;
	z-index: 1000;
	background: linear-gradient(180deg, #0f192e, #1e2b4078);
	padding: 0px 18px;
	height: auto;
}
.header-block{
    display: none;
}
.top-left{
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 15vw - 30px);
    align-items: center;
}
.top-menu{}
.top-menu ul{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    color: white;
    margin: 0;
    padding: 0;
}
.top-menu ul li{color: black;}
.top-logo{
    background: url(/bitrix/templates/furniture_gray/css/images/logo-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
}
.top-phone{
    width: 10vw;
    text-align: right;
}
.top-phone a{
    font-family: Inter;
    font-size: 1vw;
    font-weight: 500;
    line-height: 15.73px;
    text-align: left;
    text-decoration: none;
    color: white;
}
.top-right{
    display: flex;
    align-items: end;
}
.top-button{
    width: 15vw;
    height: 4.75vw;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.top-button .inner-button{
    background: white;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -15vw;
	transition:0.5s;
}
.top-button:hover .inner-button{left:0;transition:0.5s;}
.top-button:hover a{color:black;transition:0.5s;}
.top-button a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 1vw;
    font-weight: 500;
    line-height: 15.73px;
    text-align: center;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:0.5s;
}
.banner-view{
    /* background: linear-gradient(180deg, #111C33 0%, rgba(17, 28, 51, 0.4) 100%); */
    /* max-height: 850px; */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.top-banner{position:relative;overflow: hidden;height: 593px;display: flex;justify-content: center;align-items: baseline;background: url(/images/top-glav.jfif);width: 100%;flex-wrap: wrap;align-content: baseline;}
.top-banner img{
    width: 100%;
    max-height: 850px;
    object-fit: cover;
}
.top-banner-text{font-family: EB Garamond;font-size: 24px;font-weight: 500;line-height: 31.32px;text-align: center;margin: 0;max-width: 95%;height: auto;}
.top-banner-button{
    width: 233px;
    height: 37px;
    border: 1px solid white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* margin-top: 162px; */
    margin-bottom: 0;
    position: absolute;
    /* bottom: 36px; */
}
.top-banner-button .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    left: -233px;
    transition: 0.5s;
}
.top-banner-button:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.top-banner-button:hover a{
	color: black;
    transition: 0.5s;
}
.top-banner-button a{font-family: Inter;font-size: 13px;font-weight: 400;line-height: 15.73px;text-align: center;}
.width-full{width:100%;z-index: 999;display: flex;justify-content: center;margin-top: 251px;margin-bottom: 0;}
.glav-block{
    margin: 60px 18px;
    width: 90%;
    /* max-width: 1300px; */
    border-left: 2px solid #787F8B;
}
.glav-block p{font-family: EB Garamond;font-size: 20px;font-weight: 400;line-height: 26.1px;text-align: left;margin-left: 40px;font-size: 1.375rem;line-height: 32px;padding: 30px 0;}
.glav-img01{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.glav-img01 img{height: 235px;width: 100%;object-fit: cover;margin: 0;z-index: 9;padding: 50px 0 110px;}
.glav-grey{
    height: 394px;
    width: 50%;
    background: #f4f3f4;
    position: absolute;
}
.glav-img02{
    position: relative;
    height: 641px;
}
.img02{
    width: 339px;
    height: 200px;
    object-fit: cover;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 50px;
    box-shadow: 20px 20px 20px #00000029;
    margin:  0 18px;
}
.img03{
    position: absolute;
    width: 644px;
    height: 243px;
    top: 203px;
    right: 0;
    z-index: 8;
    object-fit: cover;
    width: 236px;
}
.img-grey{
    position: absolute;
    top: 0;
    width: 727px;
    display: flex;
    justify-content: center;
    background: #f4f3f4;
    width: 225px;
    height: 641px;
    padding: 0;
}
.img04{
    height: 219px;
    object-fit: cover;
    width: 168px;
    position: absolute;
    left: 18px;
    top: 386px;
    z-index: 9;
}
.glav-img03{
    height: 236px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.glav-img03 h2{}
.glav-catalog{
    z-index: 9;
    width: 233px;
    height: 12.1vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    align-content: center;
    position: absolute;
    top: 0;
    height: 100%;
}
.glav-catalog .top-banner-button{
    /* margin: 0; */
}
.glav-catalog h2{font-family: EB Garamond;font-size: 24px;font-weight: 500;line-height: 31.32px;text-align: center;margin: 0;max-width: 95%;height: auto;margin-bottom: 60px;}
.img05{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.glav-img04{
    height: auto;
    position: relative;
}
.glav-img04 a{
    font-family: Literata;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.76px;
    text-align: left;
    text-decoration: none;
    color: #000;
    padding-top: 40px;
    font-family: Literata;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.76px;
    text-align: left;
}
.glav-img04 .text{
    padding: 0 4.865vw;
    background: none;
    width: calc(100% - 4.865vw - 4.865vw);
    padding-right: 9.1vw;
    height: auto;
}
.glav-img04 p{
    font-family: EB Garamond;
    font-size: 2.81vw;
    font-weight: 400;
    line-height: 3.8vw;
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
    font-family: EB Garamond;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
}
.glav-img04 h2{font-family: EB Garamond;font-size: 36px;font-weight: 500;line-height: 46.98px;text-align: center;margin-bottom: 40px;}
.img11{
    position: relative;
    right: 4.9vw;
    width: 44.45%;
    top: 38.13vw;
    object-fit: cover;
    height: 49.1vw;
    display: none;
}
.img12{
    width: 44.45%;
    left: 4.9vw;
    position: absolute;
    top: 55vw;
    height: 38.82vw;
    object-fit: cover;
    display: none;
}
.img13{
    width: 44.45%;
    left: 4.9vw;
    position: absolute;
    bottom: 0;
    height: 25.91vw;
    object-fit: cover;
    display: none;
}
.img14{
    position: relative;
    width: 351px;
    bottom: 0;
    object-fit: cover;
    height: 275px;
    margin: 0;
    right: auto;
}
.mobile-foto{
    width: 351px;
    margin: 0 auto;
    margin-top: 40px;
}
.glav-grey-bottom{
    background: #f4f3f4;
    padding: 0;
}
.glav-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.glav-one{font-family: EB Garamond;font-size: 20px;font-weight: 400;line-height: 26.1px;text-align: left;width: 100%;text-align: center;margin-top: 40px;}
.glav-grey-bottom h2{
    width: 100%;
    font-family: EB Garamond;
    font-size: 32px;
    font-weight: 400;
    line-height: 41.76px;
    text-align: center;
    width: 90%;
    margin-top: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e5e7;
    margin-bottom: 0;
}
.glav-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
}
.glav-two{
    width: 100%;
    padding-bottom: 0px;
    border-bottom: 1px solid #e7e5e7;
}
.glav-two:last-child{
    border-bottom: 0px solid #787F8B;
}
.glav-two p{
    font-family: EB Garamond;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.32px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.glav-two .small{font-family: EB Garamond;font-size: 16px;font-weight: 400;line-height: 20.88px;text-align: center;max-width: 212px;margin: 0 auto;margin-bottom: 53px;}
.top-banner-button.black{
    width: 337px;
    height: 153px;
    border: 1px solid white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-top: 0;
}
.top-banner-button.black .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: -351px;
    transition: 0.5s;
    z-index: 9;
}
.top-banner-button.black:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.top-banner-button.black:hover a{
	color: #fff;
    transition: 0.5s;
}
.top-banner-button.black a{
    font-family: Inter;
    font-size: 1.1vw;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: 0.5s;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index:10;
    font-family: EB Garamond;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.88px;
    text-align: center;
}
footer{}
.footer-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 30px;
}
.f-line{
    width: 133px;
    height: 1px;
    background: #787F8B;
}
.f-logo{
    background: url(/bitrix/templates/furniture_gray/css/images/logo-black.svg);
    width: 50px;
    height: 55px;
    background-repeat: no-repeat;
}
.footer-flex{
    padding: 0 5vw;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.footer-block{
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-block ul{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.footer-block ul li{
    cursor: pointer;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    width: 50%;
    margin-bottom: 20px;
}
.f-tg{
    width: 17px;
    height: 18px;
    background: url(/images/new/tg.png);
    cursor: pointer;
}
.footer-flex-bottom{margin-bottom: 36px;}
.footer-flex-bottom ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
}
.footer-flex-bottom ul li{
    font-family: EB Garamond;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 20.88px;
    text-align: center;
    cursor: pointer;
    font-family: EB Garamond;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.88px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.footer-flex-bottom ul li img{
    margin-right: 10px;
    width: 15px;
}
}
.upper{/* padding-top: 193px; */background: #F4F3F4;}
.upper .background-gray .bread-crumb{
    height: 50px;
    margin: 0 auto;
    width: 100%;
    max-width: 90%;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.upper .background-gray .bread-crumb li{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #979797;
}
.upper .background-gray .bread-crumb li::after{
	content: "/";
	margin:0 10px;
}
.upper .background-gray .bread-crumb li:last-child::after{
	content: "";
	margin:0 10px;
}
.catalog-page{
    max-width: 91%;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.catalog-page .catalog-filter{
    width: 100%;
    max-width: 310px;
}
.catalog-filter form{
    display: flex;
    flex-wrap: wrap;
}
.catalog-filter .filter-block{
    padding: 20px;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    width: 100%;
}
.catalog-filter .filter-block:last-child{
	border-bottom: 1px solid #DDDDDD;
}
.filter-block p{
    margin: 0;
    margin-bottom: 20px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.filter-block input{
    margin: 0;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.filter-block input[type="checkbox" i]{
    -webkit-appearance: none;
    appearance: none;
    border:solid 1px black;
    border-radius: 3px;

}
.filter-block input[type="checkbox" i]:checked{
	background: url(/images/galka.png);
    background-position: center;
}
.filter-block div{
    display: flex;
    align-items: center;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
}
.filter-block .show-all{
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 2px;
    position: relative;
    width: fit-content;
    font-size: 13px;
}
.filter-block .show-all::after{
	content:"";
	border-bottom: 2px dashed #000;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	padding-top: 2px;
}
.price-block{
    gap: 10px;
}
.price-block .prices{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 10px 12px;
    border: 2px solid #DDDDDD;
    width: 128px;
}
.price-block .prices input{
    border: none !important;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin-left: 7px;
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-color: white;
    margin-right: 0;
    outline: 0;
    outline-offset: 0;
}
/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° */
.price-slider-container {
    position: relative;
    height: 30px;
    margin-top: 10px;
}

.slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
}

.slider-fill {
    position: absolute;
    height: 4px;
    background: #000;
    border-radius: 2px;
    left: 0;
    width: 0;
    margin: 0 !important;
}

.range-slider {
    position: absolute;
    width: 100% !important;
    height: 4px !important;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    margin: 0 !important;
    top: 50%;
    transform: translateY(-50%);
}

.range-slider::-webkit-slider-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    -webkit-appearance: none;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: transform 0.1s;
}

.range-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.range-slider::-moz-range-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.filter-block .top-banner-button{
    width: 100%;
    height: 35px;
    margin: 0;
    color: #101A31;
    border: 1px solid black;
    margin-bottom: 20px;
    box-shadow: none;
    position: relative;
    bottom: 0;
}
.top-banner-button+.top-banner-button{
	margin:0 auto;
}
.top-banner-button input{
    border: none;
}
.filter-block .top-banner-button .inner-button{
	left: -100%;
	margin: 0;
	background: #101A31;
}
.filter-block .top-banner-button a{
    color: #000;
    transition: 0.5s;
    text-transform:none;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.filter-block .top-banner-button:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.filter-block .top-banner-button:hover a{
	color:#fff;	
	transition: 0.5s;
}
.filter-block .top-banner-button:hover input{
	color:#fff !important;	
	transition: 0.5s;
}
.catalog-items{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 330px);
    gap: 20px;
    margin-bottom: 100px;
}
.catalog-item{
    border: 1px solid #DDDDDD;
    width: 306px;
    height: 389px;
    opacity: 1;
    border-width: 1px;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: baseline;
}
.item-top{
	width: 100%;
	height: 197px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.item-top img{
	width: 100%;
	object-fit: contain;
	height: 120px;
}
.item-top .item-like{
	width: 19px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
}
.item-brand{position: absolute;bottom: 0;left: 0;height: 21px;display: flex;border: 1px solid;}
.item-brand .item-art{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 9.75px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 4px 12px;
    display: flex;
    align-items: center;
}
.item-brand img{
    height: 100%;
    width: auto;
    max-height: 19px;
    padding: 2px 5px;
    /* background: #111b33; */
    border-left: 1px solid grey;
}
.item-bottom{
    max-width: 100%;
    width: 100%;
    text-align: left;
}
.product-item-title,.product-item-price-container{
	margin-bottom: 20px;
}
.item-bottom p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    margin-bottom: 20px;
}
.item-bottom .item-price{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.item-bottom a{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #101A31;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    height: 40px;
    white-space: normal;
}
.item-bottom .top-banner-button a{
    color: #000;
    transition: 0.5s;
    text-transform:none;
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    height: auto;
    border: none;
    background: none !important;
}
.item-bottom .top-banner-button:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.item-bottom .top-banner-button .inner-button{
	left: -100%;
	margin: 0;
	background: #101A31;
}
.item-bottom .top-banner-button:hover a{
	color:#fff;	
	transition: 0.5s;
}
.item-bottom .top-banner-button{
    width: 150px;
    height: 35px;
    border: 1px solid #101A31;
}
.catalog-items h1{
	font-family: EB Garamond;
	font-weight: 500;
	font-size: 32px !important;
	line-height: 100%;
	width: 100%;
	text-align: left;
	margin: 0;
	margin-bottom: 20px;
	padding: 0 !important;
	border: none !important;
}
.bx_sitemap{margin:0;}
.catalog-sections{
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.up-catalog-section .catalog-sections{
    flex-wrap: wrap;
}
.catalog-sections .catalog-section{
    display: flex;
    align-items: center;
    border: 1px solid #DDDDDD;
    padding: 20px 0;
    width: 306px;
    justify-content: center;
    position: relative;
    min-width: auto;
}
.catalog-sections .catalog-section a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.catalog-section img{
    height: 80px;
    margin-right: 20px;
}
.catalog-section .section-text{
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
}
.item-pagination{
    margin-top: 20px;
    display: flex;
}
.item-pagination .butt{
    width: 35px;
    height: 35px;
    border: 1px solid #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: none;
    background: #fff;
    transition: 0.5s;
    position: relative;
}
.item-pagination .butt:hover{
	color: white;
    background: #101A31;
	transition: 0.5s;
}
.item-pagination .butt:last-child{
	border: 1px solid #DDDDDD;
}
.item-pagination .butt a{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

        .burger-btn-1 {
            width: 50px;
            height: 50px;
            background: NONE;
            border-radius: 10px;
            position: relative;
            cursor: pointer;
            border: none;
            padding: 0;
            /* margin: 0 auto; */
            display: block;
            transition: background 0.3s;
        }

        .burger-btn-1:hover {
            /* background: #2d3748; */
        }

        .burger-btn-1 .line {
            position: absolute;
            height: 3px;
            width: 30px;
            background: white;
            border-radius: 3px;
            left: 10px;
            transition: all 0.3s;
        }

        .burger-btn-1 .line-1 {
            top: 15px;
        }

        .burger-btn-1 .line-2 {
            top: 23px;
        }

        .burger-btn-1 .line-3 {
            top: 31px;
        }

        .burger-btn-1.active .line-1 {
            transform: rotate(45deg);
            top: 23px;
            background: black;
        }

        .burger-btn-1.active .line-2 {
            opacity: 0;
        }

        .burger-btn-1.active .line-3 {
            transform: rotate(-45deg);
            top: 23px;
            background: black;
        }

        /* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ 2: ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
        .burger-btn-2 {
            width: 40px;
            height: 30px;
            background: transparent;
            border: none;
            cursor: pointer;
            position: relative;
            padding: 0;
            margin: 0 auto;
            display: block;
        }

        .burger-btn-2 span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #2d3748;
            border-radius: 2px;
            opacity: 1;
            left: 0;
            transform: rotate(0deg);
            transition: .25s ease-in-out;
        }

        .burger-btn-2 span:nth-child(1) {
            top: 0px;
        }

        .burger-btn-2 span:nth-child(2) {
            top: 14px;
        }

        .burger-btn-2 span:nth-child(3) {
            top: 28px;
        }

        .burger-btn-2.active span:nth-child(1) {
            top: 14px;
            transform: rotate(135deg);
        }

        .burger-btn-2.active span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }

        .burger-btn-2.active span:nth-child(3) {
            top: 14px;
            transform: rotate(-135deg);
        }

        /* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ 3: ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ */
        .burger-btn-3 {
            width: 60px;
            height: 60px;
            background: white;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            position: relative;
            padding: 0;
            margin: 0 auto;
            display: block;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: box-shadow 0.3s;
        }

        .burger-btn-3:hover {
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .burger-btn-3 .burger-icon {
            position: absolute;
            width: 30px;
            height: 20px;
            left: 15px;
            top: 20px;
        }

        .burger-btn-3 .burger-icon:before,
        .burger-btn-3 .burger-icon:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background: #4299e1;
            border-radius: 1px;
            transition: all 0.3s;
        }

        .burger-btn-3 .burger-icon:before {
            top: 0;
        }

        .burger-btn-3 .burger-icon:after {
            bottom: 0;
        }

        .burger-btn-3 .burger-line {
            position: absolute;
            width: 100%;
            height: 2px;
            background: #4299e1;
            top: 9px;
            border-radius: 1px;
            transition: all 0.3s;
        }

        .burger-btn-3.active .burger-icon:before {
            transform: rotate(45deg);
            top: 9px;
        }

        .burger-btn-3.active .burger-icon:after {
            transform: rotate(-45deg);
            bottom: 9px;
        }

        .burger-btn-3.active .burger-line {
            opacity: 0;
        }

        /* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ 4: ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ */
        .burger-btn-4 {
            width: 55px;
            height: 55px;
            background: linear-gradient(45deg, #667eea, #764ba2);
            border: none;
            border-radius: 12px;
            cursor: pointer;
            position: relative;
            padding: 0;
            margin: 0 auto;
            display: block;
            overflow: hidden;
        }

        .burger-btn-4 .bars {
            position: relative;
            width: 30px;
            height: 24px;
            margin: 15px auto;
        }

        .burger-btn-4 .bar {
            position: absolute;
            height: 3px;
            width: 100%;
            background: white;
            border-radius: 2px;
            transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
        }

        .burger-btn-4 .bar1 {
            top: 0;
        }

        .burger-btn-4 .bar2 {
            top: 10px;
        }

        .burger-btn-4 .bar3 {
            top: 20px;
        }

        .burger-btn-4.active .bar1 {
            transform: translateY(10px) rotate(45deg);
        }

        .burger-btn-4.active .bar2 {
            opacity: 0;
        }

        .burger-btn-4.active .bar3 {
            transform: translateY(-10px) rotate(-45deg);
        }

        /* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¶ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â */
        .code-block {
            background: #1a202c;
            color: #e2e8f0;
            padding: 20px;
            border-radius: 10px;
            font-family: 'Courier New', monospace;
            font-size: 14px;
            line-height: 1.6;
            margin-top: 20px;
            overflow-x: auto;
            text-align: left;
        }

        .code-block .comment {
            color: #718096;
        }

        .code-block .property {
            color: #90cdf4;
        }

        .code-block .value {
            color: #fbd38d;
        }

        .code-block .selector {
            color: #68d391;
        }

        .instructions {
            background: #edf2f7;
            padding: 25px;
            border-radius: 15px;
            margin-top: 30px;
        }

        .instructions h3 {
            color: #2d3748;
            margin-bottom: 15px;
        }

        .instructions ul {
            list-style: none;
            padding-left: 20px;
        }

        .instructions li {
            margin-bottom: 10px;
            color: #4a5568;
            position: relative;
            padding-left: 25px;
        }

        .instructions li:before {
            content: 'ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';
            color: #48bb78;
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .toggle-btn {
            background: #4299e1;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            transition: background 0.3s;
            margin-top: 20px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .toggle-btn:hover {
            background: #3182ce;
        }
.menu-text{
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 13px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: white;
	margin-right: 5px;
}		
.menu-block-burger{
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 9999;
	right: 20px;
}
.catalog-grey{
	background-color: #F4F3F4;
	margin-bottom: 100px;
}
.catalog-viewer{
    max-width: 90.278%;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 80px;
}
.catalog-viewer .h2{
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3C1F50;
    margin-bottom: 40px;
}
.catalog-blocks{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.catalog-block{
    padding: 20px;
    border: 1px solid #DDDDDD;
    background: white;
    width: 100%;
    max-width: 268px;
    display: flex;
    flex-wrap: wrap;
}
.mini-img{
    width: 50px;
    height: 50px;
}
.mini-text{
    width: 200px;
    margin-left: 18px;
}
.mini-img img{
    width: 100%;
}
.mini-text p.texty{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
}
.mini-text p.price{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    margin-top: 20px;
}
.catalog-gradient{
    background: linear-gradient(90deg, #101A31 0%, #315097 100%);
    padding: 25px 0;
    margin-bottom: 100px;
}
.gradient-inside{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.gradient-inside .first{
    width: 100%;
    max-width: 295px;
}
.gradient-inside .second{
    width: 100%;
    max-width: 295px;
}
.gradient-inside .h3{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    width: 100%;
    max-width: 500px;
    margin: 20px 0;
}
.catalog-description{
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.catalog-description h2{
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #101A31;
    margin: 0;
    margin-bottom: 40px;
}
.catalog-description p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 0;
    margin-bottom: 40px;
}
.catalog-description ul{
    list-style: auto;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}
.catalog-description ul li{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 5px;
}
.obr-obsh{
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.catalog-obr{
    margin: 100px 0;
}
.catalog-obr h3{
    font-family: EB Garamond;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    margin-bottom: 40px;
}
.obr-inputs{
    display: flex;
    flex-wrap: wrap;
    max-width: 885px;
}
.obr-inputs .name{
    border: 1px solid #101A31;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    padding: 24px 11px;
    height: 14px;
    width: 250px;
    color: #101A31;
    margin-bottom: 10px;
}
.obr-inputs .phone{
    border: 1px solid #101A31;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    padding: 24px 11px;
    height: 14px;
    width: 250px;
    color: #101A31;
    margin-bottom: 10px;
}
.obr-inputs .top-banner-button{background: #101A31;border: none;height: 50px;margin-bottom: 10px;width: 250px;}
.obr-inputs .inner-button{
    border: none;
}
.obr-inputs a{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.logo-obr{
    width: 100%;
    max-width: 300px;
    height: 170px;
}
.obr-obsh .pripiska{
    width: 100%;
    font-family: EB Garamond;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    margin-top: 10px;
    max-width: 400px;
}
.product-page{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 100px;
    width: 100%;
}
.product-left{
    width: 45%;
}
.product-img{
    width: 100%;
    height: 640px;
    border: 1px solid #F4F3F4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-img img{
    width: 100%;
    object-fit: contain;
    height: 100%;
    /* max-width: 500px; */
    /* max-height: 500px; */
}
.product-sku{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 20px;
}
.product-char{
    width: 49%;
}
.product-char h1{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    border-bottom: 1px solid #F4F3F4;
    padding-bottom: 40px;
    margin-bottom: 40px;
    color: black;
}
.chariki{
    color: black;
    display: flex;
    justify-content: space-between;
    /* max-width: 680px; */
    margin-bottom: 10px;
}
.char-name{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.char-item{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: end;
}
.char-price{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 40px;
}
.char-text{
    padding-top: 40px;
    border-top: 1px solid #F4F3F4;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.product-description{
    margin-bottom: 100px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.product-description h2{
    color: #3C1F50;
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.product-description p{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.chariki {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F4F3F4;
    padding-bottom: 4px; /* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ */
}

.char-name {
    background: #fff;
    padding-right: 10px;
    margin-bottom: -5px; /* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ */
}

.char-item {
    background: #fff;
    padding-left: 10px;
    margin-bottom: -5px; /* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ */
    /* font-weight: bold; */
}


        .dropdown-wrapper {
            width: 100%;
            max-width: 320px;
            display: flex;
            align-items: center;
        }

        .dropdown {
            position: relative;
            width: 320px;
        }

        .dropdown-toggle {
            width: 320px;
            padding: 16px 20px;
            font-size: 18px;
            background: white;
            border: none;
            /* border-radius: 12px; */
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #333;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
            font-family: EB Garamond;
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .dropdown-toggle:hover {
            border-color: #2575fc;
            box-shadow: 0 6px 25px rgba(37, 117, 252, 0.2);
        }

        .dropdown-toggle.active {
            /* border-radius: 12px 12px 0 0; */
            border-bottom: 2px solid #eee;
        }

        .arrow {
            transition: transform 0.3s ease;
            font-size: 14px;
            color: #666;
            margin-left: 20px;
        }

        .dropdown-toggle.active .arrow {
            transform: rotate(180deg);
            color: #1a2a4f;
        }

        .dropdown-menu {
            position: absolute;
            top: 156%;
            left: 0;
            right: 0;
            background: white;
            border: none;
            border-top: none;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: all 0.4s ease;
            z-index: 1000;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
            border-radius: 0;
            width: 350px;
            display: block;
            padding: 0;
        }

        .dropdown-menu.active {
            max-height: 400px;
            opacity: 1;
            overflow-y: auto;
        }

        .dropdown-item {
            padding: 18px 20px;
            cursor: pointer;
            transition: all 0.2s ease;
            color: #444;
            font-size: 16px;
            font-family: EB Garamond;
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 0%;
            position: relative;
        }
		.dropdown-item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
        .dropdown-item:last-child {
            border-bottom: none;
        }

        .dropdown-item:hover {
            background: #101a31;
            padding-left: 25px;
            color: #fff;
        }

        .dropdown-item.selected {
            background: linear-gradient(90deg, #2575fc 0%, #6a11cb 100%);
            color: white;
            font-weight: 500;
        }

        .selected-value {
            font-weight: 500;
            color: #2575fc;
        }

        /* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° */
        .dropdown-menu::-webkit-scrollbar {
            width: 6px;
        }

        .dropdown-menu::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        .dropdown-menu::-webkit-scrollbar-thumb {
            background: linear-gradient(135deg, #304e94 0%, #304e94 100%);
            border-radius: 3px;
        }

        .dropdown-menu::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, #5a0cb9 0%, #1c68f0 100%);
        }
.top-menu li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}		
.bx-filter.bx-blue .bx-filter-section{
    background: none;
    padding: 0;
}
.bx-filter .bx-ui-slider-track-container{
    width: 100%;
    padding: 20px 0;
}
.bx-filter.bx-blue .bx-ui-slider-track{
    display: block;
    width: 100%;
}
.bx-filter .bx-ui-slider-part{
    display: none;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v{
    background: #000;
}
.bx-filter.bx-blue .bx-ui-slider-handle.left{
    background: #DDDDDD;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    margin: 0;
    top: -4px;
    /* left: -5px !important; */
    z-index: 10;
    border: 1px solid black;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right{
	background: #DDDDDD;
	border-radius: 50px;
	width: 15px;
	height: 15px;
	margin: 0;
	top: -4px;
	z-index: 10;
	border: 1px solid black;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{
    background: #b3b3b3;
}
.bx-filter .bx-ui-slider-pricebar-vd{
    z-index: 1;
}
.bx-filter .bx-ui-slider-pricebar-vn{
	z-index:2;
}
.bx-filter .bx-ui-slider-pricebar-v{
	z-index:3;
}
.bx-filter .bx-filter-popup-result.left{
    border-image: none;
    border: 1px solid #cfcfcf;
    right: 9%;
}
.row{
    padding: 0;
    width: 100%;
    margin: 0;
}
.col-xs-12{
    padding: 0;
}
.slider-container {
	/* margin: 0 auto; */
	position: relative;
	overflow: hidden;
	padding: 20px 0 40px;
	width: 100%;
}

.slider-wrapper {
	display: flex;
	transition: transform 0.3s ease;
	gap: 20px;
	width: 100%;
}

.catalog-section {
	/* min-width: 280px; */
	/* background: white; */
	/* border-radius: 10px; */
	/* padding: 25px; */
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	flex-shrink: 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catalog-section:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.catalog-section h3 {
	color: #333;
	margin-bottom: 15px;
	font-size: 1.3rem;
}

.catalog-section p {
	color: #666;
	line-height: 1.5;
	margin-bottom: 10px;
}

.section-image {
	width: 100%;
	height: 180px;
	background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
	border-radius: 8px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
}

.slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: white;
	border: none;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	z-index: 10;
	transition: all 0.3s ease;
}

.slider-btn:hover {
	background: #f0f0f0;
	transform: translateY(-50%) scale(1.1);
}

.slider-btn.hidden {
	opacity: 0;
	pointer-events: none;
}

.prev-btn {
	left: 10px;
}

.next-btn {
	right: 10px;
}

/* ÃƒÂÃ…Â¡ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â¹ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â·Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âº */
.custom-slider-container {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	max-width: 600px;
	height: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.custom-slider-container.visible {
	opacity: 1;
	pointer-events: auto;
}

.custom-track {
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: relative;
}

.custom-progress {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* height: 5px; */
	background-color: #000;
	border-radius: 2.5px;
	width: 0;
	transition: all 0.1s ease;
	pointer-events: none;
}

.custom-thumb-line {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 5px;
	width: 150px;
	background-color: #000;
	/* border-radius: 2px; */
	cursor: pointer;
	z-index: 2;
	transition: all 0.2s ease;
}

.custom-thumb-line:hover {
	height: 16px;
	background-color: #333;
}

.slider-header {
	text-align: center;
	margin-bottom: 30px;
	color: #333;
}

.slider-header h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.catalog-section {
		min-width: 85%;
	}
	
	.slider-btn {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	
	.custom-slider-container {
		width: 90%;
	}
	
	.custom-thumb-line {
		width: 100px;
		height: 10px;
	}
	
	.custom-thumb-line:hover {
		height: 14px;
	}
}
.butt b{}
.up-catalog-section{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 20px 0 40px;
    width: 100%;
}
.up-catalog-section h2{
    color: #3C1F50;
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.item-top a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact-page{
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.contact-page h1{
    width: 100%;
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #3C1F50;
    margin-top: 100px;
}
.contact-page h2{
    width: 100%;
    font-family: EB Garamond;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 40px 0;
}
.catalog-grey .adres{
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 40px 0;
    position: relative;
}
.catalog-grey .adres iframe{
    max-width: 46vw;
    width: 100%;
}
.catalog-grey .adres .contact-block{
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 100%;
    max-width: 51vw;
    background: #fff;
    padding: 75px 20px;
}
.contact-block h3{
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3C1F50;
    margin-bottom: 40px;
}
.contact-block .contact-items{
    display: flex;
    flex-wrap: wrap;
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    gap: 5px 10px;
}
.contact-block .contact-items .contact-item{
    max-width: 22vw;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.contact-block .contact-items .contact-item .contact-title{
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 5px;
    min-width: 65px;
}
.contact-block .contact-items .contact-item .contact-title img{
    margin-right: 10px;
}
.contact-block .contact-items .contact-item .contact-inf{
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    /* margin-top: 5px; */
    line-height: 1.2;
}
.contact-block .contact-items .contact-item .contact-inf a{
    text-decoration: none;
}
.contact-popup,.call-popup-content{
    width: 450px;
    padding: 45px 50px;
    background: white;
    position: relative;
}
.contact-overlay,.call-overlay{
    background: #101b32d9;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    display: none;
}
.fixed-popup,.call-popup-wrapper{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: none;
	}
.contact-popup p,.call-popup-content p{
    font-family: EB Garamond;
    font-weight: 400;
    font-style: Regular;
    font-size: 36.04px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #101A31;
    margin-bottom: 40px;
}
form .form-control{
    border: 1px solid #101A31;
    border-radius: 0;
    margin-bottom: 10px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #101A31;
    padding: 16px 10px;
}
.contact-btn {
    width: 100% !important;
}
.contact-btn input{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
}
p.contact-mini,p.call-mini-text{
	font-family: EB Garamond;
	font-weight: 400;
	font-style: Regular;
	font-size: 13px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top: 40px;
	margin-bottom: 0;
}
.contact-multi{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
}
/* ÃƒÂÃ…Â¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¹ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° */
.close-btn,.call-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(16 26 49);
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ÃƒÂÃ‹Å“ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° (SVG) */
.close-icon,.call-close-icon {
    width: 20px;
    height: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.close-btn:hover .close-icon,.call-close-btn:hover .call-close-icon {
    color: white;
    transform: scale(1.3);
}

/* ÃƒÂÃ‚Â­Ãƒâ€˜Ã¢â‚¬Å¾Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒÂÃ‚Âµ */
.close-btn:active,.call-close-btn:active {
    transform: rotate(90deg) scale(0.95);
    box-shadow: 0 2px 8px rgba(255, 68, 68, 0.4);
}
.alert,.call-alert{
    position: fixed;
    top: 50%;
    left: calc(50% - 151px);
    display: block;
    z-index:9999;
    background: #304f96;
    color: white;
    padding: 20px;
}
.dropdown-toggle::after{
	display:none;
}
.footer-flex-bottom ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media (max-width: 1000px) {
	.top-menu,.top-phone,.top-right,.down-menu{
		display: none;
	}
	.up-catalog-section .catalog-sections{
		justify-content: center;
	}
	.up-catalog-section h2{
		text-align:center;
	}
	.top-left{
	    width: 100%;
	    justify-content: left;
	}
	.catalog-items{
		width: 100%;
		justify-content: center;
	}
	.catalog-page{
		justify-content:center;
	}
	.product-left,.product-char{
		width: 100%;
	}
	.product-img{
    height: auto;
    padding: 20px 0;
	}
	.catalog-grey .adres iframe{
		max-width: 100%;
		height: auto;
		min-height: 400px;
	}
	.catalog-grey .adres .contact-block{
		position: relative;
		max-width: 100%;
		padding: 50px 20px;
		bottom: 0;
	}
	.contact-block .contact-items .contact-item{
		max-width: 100%;
	}
	.catalog-grey .adres{
		justify-content: center;
	}
	.burger-menu{
		position: fixed;
		width: 100%;
		height: 100%;
	}
}

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{margin:0;}
.page-new{
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
}
header{
	/* height: 3.1vw; */
	position: sticky;
	width: 100%;
	z-index: 1000;
	background: linear-gradient(180deg, #0f192e, #1e2b4078);
	padding-bottom: 15px;
	padding-top: 15px;
	top: 0;
}
header.big-head{height:auto;background: linear-gradient(90deg, #101A31, #315097);}
.header-block{
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    /* height: 6.6vw; */
    height: 58px;
}
.top-left{
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 310px);
    align-items: center;
}
.top-menu{
    height: 100%;
}
.top-menu ul{
    list-style: none;
    display: flex;
    /* width: 22.5vw; */
    /* justify-content: space-between; */
    color: white;
    margin: 0;
    padding: 0;
    gap: 20px;
    line-height: 1.5 !important;
}
.top-menu ul li:first-child{margin-left:0;}
.top-menu ul li{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    /* line-height: 15.73px; */
    text-align: center;
    /* margin-left: 3.13vw; */
    text-transform: uppercase;
    margin-bottom: -6px;
    padding-bottom: 16px;
    font-weight: 300;
    padding-top: 18px;
    border-bottom: 4px solid #ffffff00;
    transition:0.5s;
    position: relative;
}
.top-menu ul li:hover{
    border-bottom: 4px solid white;
	cursor:pointer;
	transition:0.5s;
}
.top-logo{
    width: 50px;
    height: 48px;
    background: url(/images/logo-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.top-phone{
    width: 130px;
    text-align: right;
}
.top-phone a{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 15.73px;
    text-align: left;
    text-decoration: none;
    color: white !important;
}
.top-right{
    display: flex;
    align-items: end;
}
.top-button{
    width: 280px;
    height: 45px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.top-button .inner-button{
    background: white;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -280px;
    transition:0.5s;
}
.top-button:hover .inner-button{left:0;transition:0.5s;}
.top-button:hover a{color:black;transition:0.5s;}
.top-button a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 15.73px;
    text-align: center;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:0.5s;
    font-weight: 300;
}
.banner-view{
    /* background: linear-gradient(180deg, #111C33 0%, rgba(17, 28, 51, 0.4) 100%); */
    /* max-height: 850px; */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.top-banner{position:relative;overflow: hidden;height: 100vh;display: flex;justify-content: center;align-items: center;background: black;width: 100%;flex-wrap: wrap;margin-top: -84px;}
.top-banner img{
    width: 100%;
    max-height: 850px;
    object-fit: cover;
}
.top-banner-text{
    max-width: 73vw;
    margin: 0 auto;
    height: 168px;
    z-index: 9999;
    font-family: EB Garamond;
    font-size: 3vw;
    font-weight: 500;
    line-height: 6vw;
    text-align: center;
    color: #fff;
    margin-top: 14.5vw;
    width: 90%;
    text-shadow: 2px 2px #3d1a6e;
}
.top-banner-button{
    width: 20.7vw;
    height: 3.35vw;
    border: 1px solid white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.contact-block .top-banner-button{
    width: 280px;
    height: 35px;
    border: 1px solid #101A31;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.contact-block .top-banner-button a{
    color: #101A31;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.contact-block .top-banner-button:hover a{
    color: #ffffff;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
form .top-banner-button{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}
.product.top-banner-button{
    width: 300px;
    height: 50px;
    border: 1px solid #101A31;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background:#101A31;
}
.popup-window-buttons{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.pop.product.top-banner-button{
    text-transform: uppercase;
    color: white;
    margin: 0;
    height: 35px;
    width: 185px;
	transition:0.5s;
	font-weight:600;
}
.pop.product.top-banner-button:hover{
	color:#101A31;
	background:white;
	transition:0.5s;
}
.top-banner-button .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    left: -20.7vw;
    transition: 0.5s;
}
.top-banner-button:hover .btn-add-to-basket{
	color:black;
	transition: 0.5s;
}
.contact-block .top-banner-button .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    left: -280px;
    transition: 0.5s;
}
form .top-banner-button .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    left: -20.7vw;
    transition: 0.5s;
}
form .top-banner-button:hover .inner-button+input{
    color: white !important;
	transition: 0.5s;
}
form .top-banner-button.contact-btn:hover .inner-button+input{
    color: #000000 !important;
	transition: 0.5s;
}
.product.top-banner-button .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #101A31;
    left: -20.7vw;
    transition: 0.5s;
}
.top-banner-button:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.product.top-banner-button:hover .inner-button{
	left: 0px;
    transition: 0.5s;
	background:white;
}
.product.top-banner-button:hover a{
	color: #101A31;
    transition: 0.5s;
}
.top-banner-button:hover a{
	color: black;
    transition: 0.5s;
	text-shadow: none;
}
.top-banner-button a{
    font-family: Inter;
    /* font-size: 1.1vw; */
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: white;
    transition: 0.5s;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
}
.top-banner a{
    text-shadow: 2px 2px #3d1a6e;
}
.width-full{width:100%;z-index: 999;}
.glav-block{
    margin: 100px auto;
    width: 90%;
    /* max-width: 1300px; */
    border-left: 2px solid #787F8B;
}
.glav-block p{
    font-family: EB Garamond;
    font-size: 2vw;
    font-weight: 400;
    line-height: 2.625vw;
    text-align: left;
    max-width: 95%;
    padding: 15px 0;
    margin-left: 50px;
    color: #000;
}
.glav-img01{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.glav-img01 img{height: 650px;width: 100%;object-fit: cover;margin: 135px auto;z-index: 9;}
.glav-grey{
    height: 920px;
    width: 50%;
    background: #f4f3f4;
    position: absolute;
}
.glav-img02{
    position: relative;
    height: 115vw;
}
.img02{
    width: 1200px;
    height: 48vw;
    object-fit: cover;
    z-index: 9;
    position: absolute;
    width: 83%;
}
.img03{
    position: absolute;
    height: 38.2vw;
    top: 42vw;
    z-index: 8;
    object-fit: cover;
    width: 45%;
    right: 0;
}
.img-grey{
    position: absolute;
    top: 25.7vw;
    width: 727px;
    display: flex;
    justify-content: center;
    /* background: #f4f3f4; */
    /* padding: 9.5vw 0; */
    width: 50.5%;
    left: 0;
    height: 89vw;
    background: #F4F3F4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img04{
    width: 596px;
    height: 45vw;
    object-fit: cover;
    width: 82%;
    position: absolute;
    bottom: 180px;
}
.glav-img03{
    height: 31vw;
    position: relative;
    display: flex;
    justify-content: center;
}
.glav-img03 h2{}
.glav-catalog{
    z-index: 9;
    width: 20.8vw;
    height: 12.1vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8.435vw;
}
.glav-catalog h2{
    font-family: EB Garamond;
    font-size: 3vw;
    font-weight: 500;
    /* line-height: 83.52px; */
    text-align: center;
    color: #fff;
    margin: 0;
    margin-bottom: 40px;
}
.img05{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.glav-img04{
    height: 103.112vw;
    position: relative;
}
.glav-img04 a{
    font-family: Literata;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 23.76px;
    text-align: left;
    text-decoration: none;
    color: #000;
}
.glav-img04 .text{
    padding-left: 4.865vw;
    background: #f4f3f4;
    width: calc(58.4vw - 4.865vw - 8.405vw);
    padding-top: 6.405vw;
    padding-right: 9.1vw;
    height: 32.7vw;
}
.glav-img04 p{
    font-family: EB Garamond;
    font-size: 1.81vw;
    font-weight: 400;
    line-height: 2.8vw;
    text-align: left;
    margin: 0;
    margin-bottom: 2.78vw;
    color: #000;
}
.glav-img04 h2{
    font-family: EB Garamond;
    font-size: 3vw;
    font-weight: 500;
    /* line-height: 83.52px; */
    text-align: center;
    margin: 0;
    margin-bottom: 2.8vw;
    margin-top: 5.42vw;
    /* text-transform: uppercase; */
}
.img11{
    position: absolute;
    right: 4.9vw;
    width: 44.45%;
    top: 20.13vw;
    object-fit: cover;
    height: 49.1vw;
}
.img12{
    width: 44.45%;
    left: 4.9vw;
    position: absolute;
    top: 37vw;
    height: 38.82vw;
    object-fit: cover;
}
.img13{
    width: 44.45%;
    left: 4.9vw;
    position: absolute;
    bottom: 0;
    height: 25.91vw;
    object-fit: cover;
}
.img14{
    position: absolute;
    right: 4.9vw;
    width: 44.45%;
    bottom: 0;
    object-fit: cover;
    height: 32.5vw;
}
.glav-grey-bottom{
    background: #f4f3f4;
    padding: 7.3vw 19.17vw;
}
.glav-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.glav-one{
    width: 100%;
    font-family: EB Garamond;
    font-size: 2.6vw;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.glav-grey-bottom h2{
    font-family: EB Garamond;
    font-size: 3vw;
    font-weight: 500;
    line-height: 83.52px;
    text-align: center;
    margin: 0;
    margin-bottom: 2.8vw;
    margin-top: 2.8vw;
}
.glav-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 45vw;
    gap: 20px;
}
.glav-two{
    width: 21.81vw;
}
.glav-two p{
    font-family: EB Garamond;
    font-size: 2vw;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.glav-two .small{
    font-size: 1.25vw;
    margin: 0 auto;
    margin-bottom: 3.13vw;
    width: 95%;
    margin-top: 1.4vw;
    min-height: 6vw;
}
.top-banner-button.black{
    width: 21.81vw;
    height: 10.21vw;
    border: 1px solid white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.top-banner-button.black .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: -21.81vw;
    transition: 0.5s;
    z-index: 9;
}
.top-banner-button.black:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.top-banner-button.black:hover a{
	color: #fff;
    transition: 0.5s;
}
.top-banner-button.black a{
    font-family: Inter;
    font-size: 1.1vw;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: 0.5s;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index:10;
}
footer{}
.footer-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    /* padding: 0 5vw; */
    margin: 0 auto;
    margin-top: 7vw;
    margin-bottom: 2.8vw;
}
.f-line{
    width: 41.74vw;
    height: 0.07vw;
    background: #787F8B;
}
.f-logo{
    background: url(/images/logo.svg);
    width: 3.5vw;
    height: 3.75vw;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-flex{
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.8vw;
}
.footer-block{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.footer-block ul{
    list-style: none;
    display: flex;
    width: 35.63vw;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.footer-block ul li{
    font-family: Inter;
    font-size: 1vw;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.footer-block ul li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.f-tg, .f-max{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.f-tg:hover, .f-max:hover{
	scale: 1.2;
}
.f-tg{
	background: url(/images/new/tg.png);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.f-max{
	background: url(/images/new/max.png);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.f-tg a,.f-max a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer-flex-bottom{
    padding-bottom: 7vw;
}
.footer-flex-bottom ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 90%;
    margin: 0 auto;
}
.footer-flex-bottom ul li{
    font-family: EB Garamond;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 20.88px;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
}
.footer-flex-bottom ul li img{
    margin-right: 0.7vw;
    width: 1.12vw;
}
.burger-block{
	display:none;
}
.down-menu{
	display: flex;
	width: 100%;
	justify-content: space-between;
	max-width: 90%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 15px;
	gap: 20px;
}
.spisok{
    height: 50px;
    background: white;
    /* padding: 14px 59px 14px 59px; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 24.31vw;
    font-family: EB Garamond;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.88px;
    text-align: left;
    margin-right: 1.4vw;
}
.poisk{
    height: 50px;
    max-width: 90%;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    /* margin-right: 4.6vw; */
}
.search-form{
	width: 100%;
}
.search-form form{
    display: flex;
    justify-content: center;
}
.poisk input{
    width: 100%;
    height: 48px;
    border: none;
    box-shadow: none;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.73px;
    text-align: left;
    padding-left: 11px;
    color: black;
}
.poisk input[type='submit']{background: url(/images/lupa.png);background-color: #ffffff;background-position: center;background-repeat: no-repeat;width: 50px;color: #fff;border-left: 1px solid #000000;padding: 24px;}
.poisk .img{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    border-left: 1px solid black;
    background: url(/images/lupa.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.lk-menu{
    display: flex;
    width: 100%;
    max-width: 244px;
    justify-content: flex-end;
}
.lk-menu .enter{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    width: 39px;
}
.lk-menu .likes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    width: 71px;
}
.lk-menu .cart{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    width: 54px;
}
.lk-menu .enter p, .lk-menu .likes p, .lk-menu .cart p{
    width: 100%;
    margin: 0;
    margin-top: 11px;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.73px;
    text-align: center;
    color: white;
}
.lk-menu .enter img, .lk-menu .likes img, .lk-menu .cart img{
    width: auto;
    height: 23px;
}

@media (max-width: 1000px) {
.burger-block{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	align-items: center;
	padding: 26px 0;
	height: auto;
}
.down-menu{display:none;}
.burger-block .top-right-menu{
    color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    /* line-height: 15.73px; */
    text-align: left;
    height: 31px;
    display: flex;
    align-items: center;
}
.burger-block .top-right-menu div{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.burger-block .top-right-menu img{
    margin-left: 10px;
    height: 12px;
    width: 30px;
    object-fit: cover;
}
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{margin:0;width: 100%;/* overflow: hidden; */}
.page-new{
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    overflow: visible;
    /* height: 100%; */
    margin-top: 0;
}
header{
	position: sticky;
	width: 100%;
	z-index: 1000;
	background: linear-gradient(180deg, #0f192e, #1e2b4078);
	padding: 0px 18px;
	height: auto;
	padding-bottom: 10px;
	top: 0;
}
.header-block{
    display: none;
}
.top-left{
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 15vw - 30px);
    align-items: center;
}
.top-menu{}
.top-menu ul{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    color: black;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.top-menu ul li{
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 15.73px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}
.top-logo{
    background: url(/images/logo-white.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    height: 45px;
    margin: 0;
    position: relative;
    width: 90px;
}
.burger-menu .top-logo{
	background: url(/images/logo-black.svg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	margin-top: 13px;
	width: 90px;
	margin-bottom: 20px;
}
.top-logo a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-phone{
    width: 10vw;
    text-align: right;
}
.top-phone a{
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.73px;
    text-align: left;
    text-decoration: none;
    color: white;
    color: black !important;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 40px;
}
.top-right{
    display: flex;
    align-items: end;
}
.top-button{
    width: 15vw;
    height: 4.75vw;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.top-menu .top-button{
    width: 100%;
    max-width: 350px;
    border: 1px solid black;
    height: 50px;
    margin-top: 40px;
}
.contact-page h1{
    font-size: 32px !important;
}
.contact-page h2{
    font-size: 28px !important;
}
.contact-block h3{
    font-size: 24px !important;
}
.top-menu .top-button a{
    color: black;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.top-menu .top-button a:hover{
	color:white;
}
.top-menu .top-button a:hover .inner-button{background:white;left:0;transition:0.5s;}
.top-menu .top-button .inner-button{
    left: -100%;
    background: black;
}
.top-button .inner-button{
    background: white;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -15vw;
	transition:0.5s;
}
.top-button:hover .inner-button{left:0;transition:0.5s;}
.top-button:hover a{color:black;transition:0.5s;}
.top-button a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 1vw;
    font-weight: 500;
    line-height: 15.73px;
    text-align: center;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:0.5s;
}
.banner-view{
    /* background: linear-gradient(180deg, #111C33 0%, rgba(17, 28, 51, 0.4) 100%); */
    /* max-height: 850px; */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.top-banner{position:relative;overflow: hidden;height: 100vh;display: flex;justify-content: center;align-items: baseline;background: black;width: 100%;flex-wrap: wrap;align-content: baseline;margin-top: -105px;}
.top-banner img{
    width: 100%;
    max-height: 850px;
    object-fit: cover;
}
.top-banner-text{font-family: EB Garamond;font-size: 24px;font-weight: 500;line-height: 31.32px;text-align: center;margin: 0;max-width: 95%;height: auto;}
.top-banner-button{
    width: 233px;
    height: 37px;
    border: 1px solid white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* margin-top: 162px; */
    margin-bottom: 0;
    /* position: absolute; */
    /* bottom: 36px; */
    margin-top: 20px;
}
.top-banner-button .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    left: -233px;
    transition: 0.5s;
}
.top-banner-button:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.top-banner-button:hover a{
	color: black;
    transition: 0.5s;
}
.top-banner-button a{font-family: Inter;font-size: 13px;font-weight: 400;line-height: 15.73px;text-align: center;}
.width-full{width:100%;z-index: 999;display: flex;justify-content: center;margin-top: 40vh;margin-bottom: 0;}
.glav-block{
    margin: 60px 18px;
    width: 90%;
    /* max-width: 1300px; */
    border-left: 2px solid #787F8B;
}
.glav-block p{font-family: EB Garamond;font-size: 20px;font-weight: 400;line-height: 26.1px;text-align: left;margin-left: 20px;font-size: 1.175rem;line-height: 32px;padding: 30px 0;}
.glav-img01{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}
.glav-img01 img{height: 259px;width: 100%;object-fit: cover;margin: 0;z-index: 9;padding: 50px 0 50px;}
.glav-grey{
    height: 100%;
    width: 50%;
    background: #f4f3f4;
    position: absolute;
}
.glav-img02{
    position: relative;
    height: 721px;
}
.img02{
    width: 378px;
    height: 223.66px;
    object-fit: cover;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 60px;
    box-shadow: 20px 20px 20px #00000029;
    margin:  0 18px;
}
.img03{
    position: absolute;
    width: 644px;
    height: 268px;
    top: 233px;
    right: 0;
    z-index: 8;
    object-fit: cover;
    width: 260px;
}
.img-grey{
    position: absolute;
    top: 0;
    width: 727px;
    display: flex;
    justify-content: center;
    background: #f4f3f4;
    width: 248px;
    height: 721px;
    padding: 0;
}
.img04{
    height: 242px;
    object-fit: cover;
    width: 186px;
    position: absolute;
    left: 18px;
    top: 442px;
    z-index: 9;
}
.glav-img03{
    height: 236px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.glav-img03 h2{}
.glav-catalog{
    z-index: 9;
    width: 233px;
    height: 12.1vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    align-content: center;
    position: absolute;
    top: 0;
    height: 100%;
}
.glav-catalog .top-banner-button{
    /* margin: 0; */
}
.glav-catalog h2{font-family: EB Garamond;font-size: 24px;font-weight: 500;line-height: 31.32px;text-align: center;margin: 0;max-width: 95%;height: auto;margin-bottom: 60px;}
.img05{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.glav-img04{
    height: auto;
    position: relative;
}
.glav-img04 a{
    font-family: Literata;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.76px;
    text-align: left;
    text-decoration: none;
    color: #000;
    padding-top: 40px;
    font-family: Literata;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.76px;
    text-align: left;
}
.glav-img04 .text{
    padding: 0 4.865vw;
    background: none;
    width: calc(100% - 4.865vw - 4.865vw);
    padding-right: 9.1vw;
    height: auto;
}
.glav-img04 p{
    font-family: EB Garamond;
    font-size: 2.81vw;
    font-weight: 400;
    line-height: 3.8vw;
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
    font-family: EB Garamond;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    font-size: 1.175rem;
    line-height: 32px;
}
.glav-img04 h2{font-family: EB Garamond;font-size: 30px;font-weight: 500;line-height: 46.98px;text-align: center;margin-bottom: 40px;}
.img11{
    position: relative;
    right: 4.9vw;
    width: 44.45%;
    top: 38.13vw;
    object-fit: cover;
    height: 49.1vw;
    display: none;
}
.img12{
    width: 44.45%;
    left: 4.9vw;
    position: absolute;
    top: 55vw;
    height: 38.82vw;
    object-fit: cover;
    display: none;
}
.img13{
    width: 44.45%;
    left: 4.9vw;
    position: absolute;
    bottom: 0;
    height: 25.91vw;
    object-fit: cover;
    display: none;
}
.img14{
    position: relative;
    width: 351px;
    bottom: 0;
    object-fit: cover;
    height: 275px;
    margin: 0;
    right: auto;
}
.mobile-foto{
    width: 351px;
    margin: 0 auto;
    margin-top: 40px;
}
.glav-grey-bottom{
    background: #f4f3f4;
    padding: 0;
}
.glav-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.glav-one{font-family: EB Garamond;font-size: 20px;font-weight: 400;line-height: 26.1px;text-align: left;width: 100%;text-align: center;margin-top: 40px;}
.glav-grey-bottom h2{
    width: 100%;
    font-family: EB Garamond;
    font-size: 32px;
    font-weight: 400;
    line-height: 41.76px;
    text-align: center;
    width: 90%;
    margin-top: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e5e7;
    margin-bottom: 0;
}
.glav-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
}
.glav-two{
    width: 100%;
    padding-bottom: 0px;
    border-bottom: 1px solid #e7e5e7;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.glav-two:last-child{
    border-bottom: 0px solid #787F8B;
}
.glav-two p{
    font-family: EB Garamond;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.32px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
}
.glav-two .small{font-family: EB Garamond;font-size: 16px;font-weight: 400;line-height: 20.88px;text-align: center;max-width: 212px;margin: 0 auto;margin-bottom: 53px;}
.top-banner-button.black{
    width: 337px;
    height: 153px;
    border: 1px solid white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-top: 0;
}
.top-banner-button.black .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: -351px;
    transition: 0.5s;
    z-index: 9;
}
.top-banner-button.black:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.top-banner-button.black:hover a{
	color: #fff;
    transition: 0.5s;
}
.top-banner-button.black a{
    font-family: Inter;
    font-size: 1.1vw;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: 0.5s;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index:10;
    font-family: EB Garamond;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.88px;
    text-align: center;
}
footer{}
.footer-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 30px;
}
.f-line{
    width: 40%;
    height: 1px;
    background: #787F8B;
}
.f-logo{
    background: url(/images/logo.svg);
    width: 50px;
    height: 55px;
    background-repeat: no-repeat;
}
.footer-flex{
    padding: 0 5vw;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.footer-block{
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-block ul{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.footer-block ul li{
    cursor: pointer;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    width: 100%;
    /* margin-bottom: 20px; */
    max-width: 180px;
    text-align: center;
}
.f-tg{
}
.footer-flex-bottom{margin-bottom: 36px;}
.footer-flex-bottom ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
}
.footer-flex-bottom ul li{
    font-family: EB Garamond;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 20.88px;
    text-align: center;
    cursor: pointer;
    font-family: EB Garamond;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.88px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.footer-flex-bottom ul li img{
    margin-right: 10px;
    width: 15px;
}
}

@media (max-width: 375px) {
.burger-block{
	width: 100%;
	max-width: 351px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	align-items: center;
	padding: 26px 0;
	height: auto;
}
.burger-block .top-right-menu{
    color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    /* line-height: 15.73px; */
    text-align: left;
    height: 16px;
}
.burger-block .top-right-menu img{
    margin-left: 10px;
    height: 24px;
    width: 29px;
    object-fit: cover;
}
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{margin:0;width: 100%;/* overflow: hidden; */}
.page-new{
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    overflow: hidden;
    /* height: 100%; */
}
header{
	position: fixed;
	width: 100%;
	z-index: 1000;
	background: linear-gradient(180deg, #0f192e, #1e2b4078);
	padding: 0px 18px;
	height: auto;
}
.header-block{
    display: none;
}
.top-left{
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 15vw - 30px);
    align-items: center;
}
.top-menu{}
.top-menu ul{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    color: white;
    margin: 0;
    padding: 0;
}
.top-menu ul li{color: black;}
.top-logo{
    background: url(/bitrix/templates/furniture_gray/css/images/logo-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
}
.top-phone{
    width: 10vw;
    text-align: right;
}
.top-phone a{
    font-family: Inter;
    /* font-size: 1vw; */
    font-weight: 500;
    line-height: 15.73px;
    text-align: left;
    text-decoration: none;
    color: white;
}
.top-right{
    display: flex;
    align-items: end;
}
.top-button{
    width: 15vw;
    height: 4.75vw;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.top-button .inner-button{
    background: white;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -15vw;
	transition:0.5s;
}
.top-button:hover .inner-button{left:0;transition:0.5s;}
.top-button:hover a{color:black;transition:0.5s;}
.top-button a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 1vw;
    font-weight: 500;
    line-height: 15.73px;
    text-align: center;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:0.5s;
}
.banner-view{
    /* background: linear-gradient(180deg, #111C33 0%, rgba(17, 28, 51, 0.4) 100%); */
    /* max-height: 850px; */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.top-banner{position:relative;overflow: hidden;height: 593px;display: flex;justify-content: center;align-items: baseline;background: url(/images/top-glav.jfif);width: 100%;flex-wrap: wrap;align-content: baseline;}
.top-banner img{
    width: 100%;
    max-height: 850px;
    object-fit: cover;
}
.top-banner-text{font-family: EB Garamond;font-size: 24px;font-weight: 500;line-height: 31.32px;text-align: center;margin: 0;max-width: 95%;height: auto;}
.top-banner-button{
    /* width: 233px; */
    /* height: 37px; */
    /* border: 1px solid white; */
    /* z-index: 999; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* position: relative; */
    /* overflow: hidden; */
    /* margin-top: 162px; */
    /* margin-bottom: 0; */
    /* position: absolute; */
    /* bottom: 36px; */
}
.top-banner-button .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    left: -233px;
    transition: 0.5s;
}
.top-banner-button:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.top-banner-button:hover a{
	color: black;
    transition: 0.5s;
}
.top-banner-button a{font-family: Inter;font-size: 13px;font-weight: 400;line-height: 15.73px;text-align: center;}
.width-full{width:100%;z-index: 999;display: flex;justify-content: center;margin-top: 251px;margin-bottom: 0;}
.glav-block{
    margin: 60px 18px;
    width: 90%;
    /* max-width: 1300px; */
    border-left: 2px solid #787F8B;
}
.glav-block p{font-family: EB Garamond;font-size: 20px;font-weight: 400;line-height: 26.1px;text-align: left;margin-left: 40px;font-size: 1.375rem;line-height: 32px;padding: 30px 0;}
.glav-img01{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.glav-img01 img{/* height: 235px; *//* width: 100%; *//* object-fit: cover; *//* margin: 0; *//* z-index: 9; *//* padding: 50px 0 110px; */}
.glav-grey{
    /* height: 394px; */
    /* width: 50%; */
    /* background: #f4f3f4; */
    /* position: absolute; */
}
.glav-img02{
    position: relative;
    height: 641px;
}
.img02{
    width: 339px;
    height: 200px;
    object-fit: cover;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 50px;
    box-shadow: 20px 20px 20px #00000029;
    margin:  0 18px;
}
.img03{
    position: absolute;
    width: 644px;
    height: 243px;
    top: 203px;
    right: 0;
    z-index: 8;
    object-fit: cover;
    width: 236px;
}
.img-grey{
    position: absolute;
    top: 0;
    width: 727px;
    display: flex;
    justify-content: center;
    background: #f4f3f4;
    width: 225px;
    height: 641px;
    padding: 0;
}
.img04{
    height: 219px;
    object-fit: cover;
    width: 168px;
    position: absolute;
    left: 18px;
    top: 386px;
    z-index: 9;
}
.glav-img03{
    height: 236px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.glav-img03 h2{}
.glav-catalog{
    z-index: 9;
    width: 233px;
    height: 12.1vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    align-content: center;
    position: absolute;
    top: 0;
    height: 100%;
}
.glav-catalog .top-banner-button{
    /* margin: 0; */
}
.glav-catalog h2{font-family: EB Garamond;font-size: 24px;font-weight: 500;line-height: 31.32px;text-align: center;margin: 0;max-width: 95%;height: auto;margin-bottom: 60px;}
.img05{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.glav-img04{
    height: auto;
    position: relative;
}
.glav-img04 a{
    font-family: Literata;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.76px;
    text-align: left;
    text-decoration: none;
    color: #000;
    padding-top: 40px;
    font-family: Literata;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.76px;
    text-align: left;
}
.glav-img04 .text{
    padding: 0 4.865vw;
    background: none;
    width: calc(100% - 4.865vw - 4.865vw);
    padding-right: 9.1vw;
    height: auto;
}
.glav-img04 p{
    /* font-family: EB Garamond; */
    /* font-size: 2.81vw; */
    /* font-weight: 400; */
    /* line-height: 3.8vw; */
    /* text-align: left; */
    /* margin: 0; */
    /* margin-bottom: 40px; */
    /* font-family: EB Garamond; */
    /* font-size: 32px; */
    /* font-weight: 400; */
    /* line-height: 35px; */
    /* text-align: left; */
}
.glav-img04 h2{font-family: EB Garamond;font-size: 36px;font-weight: 500;line-height: 46.98px;text-align: center;margin-bottom: 40px;}
.img11{
    position: relative;
    right: 4.9vw;
    width: 44.45%;
    top: 38.13vw;
    object-fit: cover;
    height: 49.1vw;
    display: none;
}
.img12{
    width: 44.45%;
    left: 4.9vw;
    position: absolute;
    top: 55vw;
    height: 38.82vw;
    object-fit: cover;
    display: none;
}
.img13{
    width: 44.45%;
    left: 4.9vw;
    position: absolute;
    bottom: 0;
    height: 25.91vw;
    object-fit: cover;
    display: none;
}
.img14{
    position: relative;
    width: 351px;
    bottom: 0;
    object-fit: cover;
    height: 275px;
    margin: 0;
    right: auto;
}
.mobile-foto{
    width: 351px;
    margin: 0 auto;
    margin-top: 40px;
}
.glav-grey-bottom{
    background: #f4f3f4;
    padding: 0;
}
.glav-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.glav-one{font-family: EB Garamond;font-size: 20px;font-weight: 400;line-height: 26.1px;text-align: left;width: 100%;text-align: center;margin-top: 40px;}
.glav-grey-bottom h2{
    width: 100%;
    font-family: EB Garamond;
    font-size: 32px;
    font-weight: 400;
    line-height: 41.76px;
    text-align: center;
    width: 90%;
    margin-top: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e5e7;
    margin-bottom: 0;
}
.glav-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
}
.glav-two{
    width: 100%;
    padding-bottom: 0px;
    border-bottom: 1px solid #e7e5e7;
}
.glav-two:last-child{
    border-bottom: 0px solid #787F8B;
}
.glav-two p{
    font-family: EB Garamond;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.32px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.glav-two .small{font-family: EB Garamond;font-size: 16px;font-weight: 400;line-height: 20.88px;text-align: center;max-width: 212px;margin: 0 auto;margin-bottom: 53px;}
.top-banner-button.black{
    width: 337px;
    height: 153px;
    border: 1px solid white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-top: 0;
}
.top-banner-button.black .inner-button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: -351px;
    transition: 0.5s;
    z-index: 9;
}
.top-banner-button.black:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.top-banner-button.black:hover a{
	color: #fff;
    transition: 0.5s;
}
.top-banner-button.black a{
    font-family: Inter;
    font-size: 1.1vw;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: 0.5s;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index:10;
    font-family: EB Garamond;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.88px;
    text-align: center;
}
footer{}
.footer-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 30px;
}
.f-line{
    width: 133px;
    height: 1px;
    background: #787F8B;
}
.f-logo{
    background: url(/images/logo.svg);
    width: 50px;
    height: 55px;
    background-repeat: no-repeat;
}
.footer-flex{
    padding: 0 5vw;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.footer-block{
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-block ul{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.footer-block ul li{
    cursor: pointer;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
}
.f-tg{
    width: 20px;
    height: 20px;
    background: url(/images/new/tg.png);
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
.footer-flex-bottom{margin-bottom: 36px;}
.footer-flex-bottom ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
}
.footer-flex-bottom ul li{
    font-family: EB Garamond;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 20.88px;
    text-align: center;
    cursor: pointer;
    font-family: EB Garamond;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.88px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.footer-flex-bottom ul li img{
    margin-right: 10px;
    width: 15px;
}
}
.upper{/* padding-top: 193px; */background: #F4F3F4;}
.upper .background-gray .bread-crumb{
    height: 50px;
    margin: 0 auto;
    width: 100%;
    max-width: 90%;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.upper .background-gray .bread-crumb li{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #979797;
}
.upper .background-gray .bread-crumb li::after{
	content: "/";
	margin:0 10px;
}
.upper .background-gray .bread-crumb li:last-child::after{
	content: "";
	margin:0 10px;
}
.catalog-page{
    max-width: 91%;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.catalog-page .catalog-filter{
    width: 100%;
    max-width: 310px;
}
.catalog-filter form{
    display: flex;
    flex-wrap: wrap;
}
.catalog-filter .filter-block{
    padding: 20px;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    width: 100%;
}
.catalog-filter .filter-block:last-child{
	border-bottom: 1px solid #DDDDDD;
}
.filter-block p{
    margin: 0;
    margin-bottom: 20px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.filter-block input{
    margin: 0;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.filter-block input[type="checkbox" i]{
    -webkit-appearance: none;
    appearance: none;
    border:solid 1px black;
    border-radius: 3px;

}
.filter-block input[type="checkbox" i]:checked{
	background: url(/images/galka.png);
    background-position: center;
}
.bx-filter-input-container{gap: 0 !important;}
.filter-block div{
    display: flex;
    align-items: center;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    margin-top: 0 !important;
    padding: 0;
}
.filter-block .show-all{
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 2px;
    position: relative;
    width: fit-content;
    font-size: 13px;
}
.filter-block .show-all::after{
	content:"";
	border-bottom: 2px dashed #000;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	padding-top: 2px;
}
.price-block{
    gap: 10px;
}
.price-block .prices{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 8px 10px;
    border: 2px solid #DDDDDD;
    width: 128px;
    gap: 0;
}
.price-block .prices input{
    border: none !important;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin-left: 7px;
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-color: white;
    margin-right: 0;
    outline: 0;
    outline-offset: 0;
}
/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° */
.price-slider-container {
    position: relative;
    height: 30px;
    margin-top: 10px;
}

.slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
}

.slider-fill {
    position: absolute;
    height: 4px;
    background: #000;
    border-radius: 2px;
    left: 0;
    width: 0;
    margin: 0 !important;
}

.range-slider {
    position: absolute;
    width: 100% !important;
    height: 4px !important;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    margin: 0 !important;
    top: 50%;
    transform: translateY(-50%);
}

.range-slider::-webkit-slider-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    -webkit-appearance: none;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: transform 0.1s;
}

.range-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.range-slider::-moz-range-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.filter-block .top-banner-button{
    width: 100%;
    height: 35px;
    margin: 0;
    color: #101A31;
    border: 1px solid black;
    margin-bottom: 20px;
    box-shadow: none;
    position: relative;
    bottom: 0;
}
.top-banner-button+.top-banner-button{
	margin:0 auto;
}
.top-banner-button input{
    border: none;
}
.filter-block .top-banner-button .inner-button{
	left: -100%;
	margin: 0;
	background: #101A31;
}
.filter-block .top-banner-button a{
    color: #000;
    transition: 0.5s;
    text-transform:none;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.filter-block .top-banner-button:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.filter-block .top-banner-button:hover a{
	color:#fff;	
	transition: 0.5s;
}
.filter-block .top-banner-button:hover input{
	color:#fff !important;	
	transition: 0.5s;
}
.catalog-items{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 330px);
    gap: 20px;
    margin-bottom: 100px;
    align-content: baseline;
}
.catalog-item{
    border: 1px solid #DDDDDD;
    width: 306px;
    height: 389px;
    opacity: 1;
    border-width: 1px;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: baseline;
}
.item-top{
	width: 100%;
	height: 197px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.item-top img{
	width: 100%;
	object-fit: contain;
	height: 120px;
}
.item-top .item-like{
	width: 19px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
}
.item-brand{position: absolute;bottom: 0;left: 0;height: 21px;display: flex;border: 1px solid;}
.item-brand .item-art{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 9.75px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 4px 12px;
    display: flex;
    align-items: center;
}
.item-brand img{
    height: 100%;
    width: auto;
    max-height: 19px;
    padding: 2px 5px;
    /* background: #111b33; */
    border-left: 1px solid grey;
}
.item-bottom{
    max-width: 100%;
    width: 100%;
    text-align: left;
}
.product-item-price-container{
    margin-bottom: 20px;
}
.product-item-title{
	margin-bottom: 20px;
}
.item-bottom p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    margin-bottom: 20px;
}
.item-bottom .item-price{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.item-bottom a{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #101A31;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    height: 40px;
    white-space: normal;
}
.item-bottom .top-banner-button a{
    color: #000;
    transition: 0.5s;
    text-transform:none;
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    height: auto;
    border: none;
}
.item-bottom .top-banner-button:hover .inner-button{
	left: 0px;
    transition: 0.5s;
}
.item-bottom .top-banner-button .inner-button{
	left: -100%;
	margin: 0;
	background: #101A31;
}
.item-bottom .top-banner-button:hover a{
	color:#fff;	
	transition: 0.5s;
}
.item-bottom .top-banner-button{
    width: 150px;
    height: 35px;
    border: 1px solid #101A31;
}
.catalog-items h1{
	font-family: EB Garamond;
	font-weight: 500;
	font-size: 28px !important;
	line-height: 100%;
	width: 100%;
	text-align: left;
	margin: 0;
	margin-bottom: 20px;
	padding: 0 !important;
	border: none !important;
}
.bx_sitemap{margin:0;}
.catalog-sections{
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.up-catalog-section .catalog-sections{
    flex-wrap: wrap;
}
.catalog-sections .catalog-section{
    display: flex;
    align-items: center;
    border: 1px solid #DDDDDD;
    padding: 20px 10px;
    width: 306px;
    justify-content: center;
    position: relative;
    min-width: auto;
    gap: 10px;
}
.catalog-sections .catalog-section a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.catalog-section img{
    height: 80px;
    margin-right: 0;
    max-width: 110px;
    object-fit: contain;
}
.catalog-section .section-text{
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
}
.item-pagination{
    margin-top: 20px;
    display: flex;
}
.item-pagination .butt{
    width: 35px;
    height: 35px;
    border: 1px solid #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: none;
    background: #fff;
    transition: 0.5s;
    position: relative;
}
.item-pagination .butt:hover{
	color: #101A31;
    background: #DDDDDD;
	transition: 0.5s;
}
.item-pagination .butt:last-child{
	border: 1px solid #DDDDDD;
}
.item-pagination .butt a{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

        .burger-btn-1 {
            width: 50px;
            height: 50px;
            background: NONE;
            border-radius: 10px;
            position: relative;
            cursor: pointer;
            border: none;
            padding: 0;
            /* margin: 0 auto; */
            display: block;
            transition: background 0.3s;
        }

        .burger-btn-1:hover {
            /* background: #2d3748; */
        }

        .burger-btn-1 .line {
            position: absolute;
            height: 3px;
            width: 30px;
            background: white;
            border-radius: 3px;
            left: 10px;
            transition: all 0.3s;
        }

        .burger-btn-1 .line-1 {
            top: 15px;
        }

        .burger-btn-1 .line-2 {
            top: 23px;
        }

        .burger-btn-1 .line-3 {
            top: 31px;
        }

        .burger-btn-1.active .line-1 {
            transform: rotate(45deg);
            top: 23px;
            background: black;
        }

        .burger-btn-1.active .line-2 {
            opacity: 0;
        }

        .burger-btn-1.active .line-3 {
            transform: rotate(-45deg);
            top: 23px;
            background: black;
        }

        /* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ 2: ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
        .burger-btn-2 {
            width: 40px;
            height: 30px;
            background: transparent;
            border: none;
            cursor: pointer;
            position: relative;
            padding: 0;
            margin: 0 auto;
            display: block;
        }

        .burger-btn-2 span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #2d3748;
            border-radius: 2px;
            opacity: 1;
            left: 0;
            transform: rotate(0deg);
            transition: .25s ease-in-out;
        }

        .burger-btn-2 span:nth-child(1) {
            top: 0px;
        }

        .burger-btn-2 span:nth-child(2) {
            top: 14px;
        }

        .burger-btn-2 span:nth-child(3) {
            top: 28px;
        }

        .burger-btn-2.active span:nth-child(1) {
            top: 14px;
            transform: rotate(135deg);
        }

        .burger-btn-2.active span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }

        .burger-btn-2.active span:nth-child(3) {
            top: 14px;
            transform: rotate(-135deg);
        }

        /* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ 3: ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ */
        .burger-btn-3 {
            width: 60px;
            height: 60px;
            background: white;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            position: relative;
            padding: 0;
            margin: 0 auto;
            display: block;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: box-shadow 0.3s;
        }

        .burger-btn-3:hover {
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .burger-btn-3 .burger-icon {
            position: absolute;
            width: 30px;
            height: 20px;
            left: 15px;
            top: 20px;
        }

        .burger-btn-3 .burger-icon:before,
        .burger-btn-3 .burger-icon:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background: #4299e1;
            border-radius: 1px;
            transition: all 0.3s;
        }

        .burger-btn-3 .burger-icon:before {
            top: 0;
        }

        .burger-btn-3 .burger-icon:after {
            bottom: 0;
        }

        .burger-btn-3 .burger-line {
            position: absolute;
            width: 100%;
            height: 2px;
            background: #4299e1;
            top: 9px;
            border-radius: 1px;
            transition: all 0.3s;
        }

        .burger-btn-3.active .burger-icon:before {
            transform: rotate(45deg);
            top: 9px;
        }

        .burger-btn-3.active .burger-icon:after {
            transform: rotate(-45deg);
            bottom: 9px;
        }

        .burger-btn-3.active .burger-line {
            opacity: 0;
        }

        /* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ 4: ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ */
        .burger-btn-4 {
            width: 55px;
            height: 55px;
            background: linear-gradient(45deg, #667eea, #764ba2);
            border: none;
            border-radius: 12px;
            cursor: pointer;
            position: relative;
            padding: 0;
            margin: 0 auto;
            display: block;
            overflow: hidden;
        }

        .burger-btn-4 .bars {
            position: relative;
            width: 30px;
            height: 24px;
            margin: 15px auto;
        }

        .burger-btn-4 .bar {
            position: absolute;
            height: 3px;
            width: 100%;
            background: white;
            border-radius: 2px;
            transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
        }

        .burger-btn-4 .bar1 {
            top: 0;
        }

        .burger-btn-4 .bar2 {
            top: 10px;
        }

        .burger-btn-4 .bar3 {
            top: 20px;
        }

        .burger-btn-4.active .bar1 {
            transform: translateY(10px) rotate(45deg);
        }

        .burger-btn-4.active .bar2 {
            opacity: 0;
        }

        .burger-btn-4.active .bar3 {
            transform: translateY(-10px) rotate(-45deg);
        }

        /* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¶ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â */
        .code-block {
            background: #1a202c;
            color: #e2e8f0;
            padding: 20px;
            border-radius: 10px;
            font-family: 'Courier New', monospace;
            font-size: 14px;
            line-height: 1.6;
            margin-top: 20px;
            overflow-x: auto;
            text-align: left;
        }

        .code-block .comment {
            color: #718096;
        }

        .code-block .property {
            color: #90cdf4;
        }

        .code-block .value {
            color: #fbd38d;
        }

        .code-block .selector {
            color: #68d391;
        }

        .instructions {
            background: #edf2f7;
            padding: 25px;
            border-radius: 15px;
            margin-top: 30px;
        }

        .instructions h3 {
            color: #2d3748;
            margin-bottom: 15px;
        }

        .instructions ul {
            list-style: none;
            padding-left: 20px;
        }

        .instructions li {
            margin-bottom: 10px;
            color: #4a5568;
            position: relative;
            padding-left: 25px;
        }

        .instructions li:before {
            content: 'ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';
            color: #48bb78;
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .toggle-btn {
            background: #4299e1;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            transition: background 0.3s;
            margin-top: 20px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .toggle-btn:hover {
            background: #3182ce;
        }
.menu-text{
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 13px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: white;
	margin-right: 5px;
}		
.menu-block-burger{
	display: contents;
	align-items: center;
	position: fixed;
	z-index: 9999;
	right: 20px;
	top: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.catalog-grey{
	background-color: #F4F3F4;
	margin-bottom: 100px;
	padding: 60px 0;
}
.catalog-viewer{
    max-width: 90.278%;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 80px;
}
.catalog-viewer .h2{
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3C1F50;
    margin-bottom: 40px;
}
.catalog-blocks{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.catalog-block{
    padding: 20px;
    border: 1px solid #DDDDDD;
    background: white;
    width: 100%;
    max-width: 268px;
    display: flex;
    flex-wrap: wrap;
}
.mini-img{
    width: 50px;
    height: 50px;
}
.mini-text{
    width: 200px;
    margin-left: 18px;
}
.mini-img img{
    width: 100%;
}
.mini-text p.texty{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
}
.mini-text p.price{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    margin-top: 20px;
}
.catalog-gradient{
    background: linear-gradient(90deg, #101A31 0%, #315097 100%);
    padding: 25px 0;
    margin-bottom: 100px;
}
.gradient-inside{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.gradient-inside .first{
    width: 100%;
    max-width: 295px;
}
.gradient-inside .second{
    width: 100%;
    max-width: 295px;
}
.gradient-inside .h3{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    width: 100%;
    max-width: 500px;
    margin: 20px 0;
}
.catalog-description{
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.catalog-description h2{
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #101A31;
    margin: 0;
    margin-bottom: 40px;
}
.catalog-description p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 0;
    margin-bottom: 40px;
}
.catalog-description ul{
    list-style: auto;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}
.catalog-description ul li{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 5px;
}
.obr-obsh{
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.obr-obsh form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.catalog-obr{
    margin: 100px 0;
}
.catalog-obr h3{
    font-family: EB Garamond;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    margin-bottom: 40px;
}
.obr-inputs{
    display: flex;
    flex-wrap: wrap;
    max-width: 885px;
}
.obr-inputs .name{
    border: 1px solid #101A31;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    padding: 24px 11px;
    height: 14px;
    width: 250px;
    color: #101A31;
    margin-bottom: 10px;
}
.obr-inputs .phone{
    border: 1px solid #101A31;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    padding: 24px 11px;
    height: 14px;
    width: 250px;
    color: #101A31;
    margin-bottom: 10px;
}
.obr-inputs .top-banner-button{background: #101A31;border: none;height: 50px;margin-bottom: 10px;width: 250px;}
.obr-inputs .inner-button{
    border: none;
}
.obr-inputs a{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.logo-obr{
    width: 100%;
    max-width: 300px;
    height: 170px;
}
.obr-obsh .pripiska{
    width: 100%;
    font-family: EB Garamond;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    margin-top: 10px;
    max-width: 400px;
}
.product-page{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 100px;
    width: 100%;
}
.product-left{
    width: 45%;
}
.product-img{
    width: 100%;
    height: 640px;
    border: 1px solid #F4F3F4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-img img{
    width: 100%;
    object-fit: contain;
    height: 100%;
    /* max-width: 700px; */
    /* max-height: 640px; */
}
.product-sku{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 20px;
}
.product-char{
    width: 49%;
}
.product-char h1{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    border-bottom: 1px solid #F4F3F4;
    padding-bottom: 40px;
    margin-bottom: 40px;
    color: black;
}
.chariki{
    color: black;
    display: flex;
    justify-content: space-between;
    /* max-width: 680px; */
    margin-bottom: 10px;
}
.char-name{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.char-item{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: end;
}
.char-price{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 40px;
}
.char-text{
    padding-top: 40px;
    border-top: 1px solid #F4F3F4;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.product-description{
    margin-bottom: 100px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.product-description h2{
    color: #3C1F50;
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.product-description p{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.chariki {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F4F3F4;
    padding-bottom: 4px; /* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ */
}

.char-name {
    background: #fff;
    padding-right: 10px;
    margin-bottom: -5px; /* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ */
    display: flex;
    align-items: end;
}

.char-item {
    background: #fff;
    padding-left: 10px;
    margin-bottom: -5px; /* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ */
    /* font-weight: bold; */
    width: 480px;
}


        .dropdown-wrapper {
            width: 100%;
            max-width: 320px;
            display: flex;
            align-items: center;
        }

        .dropdown {
            position: relative;
            width: 320px;
        }

        .dropdown-toggle {
            width: 320px;
            padding: 16px 20px;
            font-size: 18px;
            background: white;
            border: none;
            /* border-radius: 12px; */
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #333;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
            font-family: EB Garamond;
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .dropdown-toggle:hover {
            border-color: #2575fc;
            box-shadow: 0 6px 25px rgba(37, 117, 252, 0.2);
        }

        .dropdown-toggle.active {
            /* border-radius: 12px 12px 0 0; */
            border-bottom: 2px solid #eee;
        }

        .arrow {
            transition: transform 0.3s ease;
            font-size: 14px;
            color: #666;
            margin-left: 20px;
        }

        .dropdown-toggle.active .arrow {
            transform: rotate(180deg);
            color: #1a2a4f;
        }

        .dropdown-menu {
            position: absolute;
            top: 156%;
            left: 0;
            right: 0;
            background: white;
            border: none;
            border-top: none;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: all 0.4s ease;
            z-index: 1000;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
            border-radius: 0;
            width: 350px;
            display: block;
            padding: 0;
        }

        .dropdown-menu.active {
            max-height: 400px;
            opacity: 1;
            overflow-y: auto;
        }

        .dropdown-item {
            padding: 18px 20px;
            cursor: pointer;
            transition: all 0.2s ease;
            color: #444;
            font-size: 16px;
            font-family: EB Garamond;
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 0%;
            position: relative;
        }
		.dropdown-item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
        .dropdown-item:last-child {
            border-bottom: none;
        }

        .dropdown-item:hover {
            background: #101a31;
            padding-left: 25px;
            color: #fff;
        }

        .dropdown-item.selected {
            background: linear-gradient(90deg, #2575fc 0%, #6a11cb 100%);
            color: white;
            font-weight: 500;
        }

        .selected-value {
            font-weight: 500;
            color: #2575fc;
        }

        /* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° */
        .dropdown-menu::-webkit-scrollbar {
            width: 6px;
        }

        .dropdown-menu::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        .dropdown-menu::-webkit-scrollbar-thumb {
            background: linear-gradient(135deg, #304e94 0%, #304e94 100%);
            border-radius: 3px;
        }

        .dropdown-menu::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, #5a0cb9 0%, #1c68f0 100%);
        }
.top-menu li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}		
.bx-filter.bx-blue .bx-filter-section{
    background: none;
    padding: 0;
}
.bx-filter .bx-ui-slider-track-container{
    width: 100%;
    padding: 20px 0;
}
.bx-filter.bx-blue .bx-ui-slider-track{
    display: block;
    width: 100%;
}
.bx-filter .bx-ui-slider-part{
    display: none;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v{
    background: #000;
}
.bx-filter.bx-blue .bx-ui-slider-handle.left{
    background: #DDDDDD;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    margin: 0;
    top: -4px;
    /* left: -5px !important; */
    z-index: 10;
    border: 1px solid black;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right{
	background: #DDDDDD;
	border-radius: 50px;
	width: 15px;
	height: 15px;
	margin: 0;
	top: -4px;
	z-index: 10;
	border: 1px solid black;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{
    background: #b3b3b3;
}
.bx-filter .bx-ui-slider-pricebar-vd{
    z-index: 1;
}
.bx-filter .bx-ui-slider-pricebar-vn{
	z-index:2;
}
.bx-filter .bx-ui-slider-pricebar-v{
	z-index:3;
}
.bx-filter .bx-filter-popup-result.left{
    border-image: none;
    border: 1px solid #cfcfcf;
    right: 1%;
    background: white;
    padding: 5px 10px;
    top: 1%;
}
.row{
    padding: 0;
    width: 100%;
    margin: 0;
}
.col-xs-12{
    padding: 0;
}
.slider-container {
	/* margin: 0 auto; */
	position: relative;
	overflow: hidden;
	padding: 20px 0 40px;
	width: 100%;
}

.slider-wrapper {
	display: flex;
	transition: transform 0.3s ease;
	gap: 20px;
	width: 100%;
}

.catalog-section {
	/* min-width: 280px; */
	/* background: white; */
	/* border-radius: 10px; */
	/* padding: 25px; */
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	flex-shrink: 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catalog-section:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.catalog-section h3 {
	color: #333;
	margin-bottom: 15px;
	font-size: 1.3rem;
}

.catalog-section p {
	color: #666;
	line-height: 1.5;
	margin-bottom: 10px;
}

.section-image {
	width: 100%;
	height: 180px;
	background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
	border-radius: 8px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
}

.slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: white;
	border: none;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	z-index: 10;
	transition: all 0.3s ease;
}

.slider-btn:hover {
	background: #f0f0f0;
	transform: translateY(-50%) scale(1.1);
}

.slider-btn.hidden {
	opacity: 0;
	pointer-events: none;
}

.prev-btn {
	left: 10px;
}

.next-btn {
	right: 10px;
}

/* ÃƒÂÃ…Â¡ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â¹ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â·Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âº */
.custom-slider-container {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	max-width: 600px;
	height: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.custom-slider-container.visible {
	opacity: 1;
	pointer-events: auto;
}

.custom-track {
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: relative;
}

.custom-progress {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* height: 5px; */
	background-color: #000;
	border-radius: 2.5px;
	width: 0;
	transition: all 0.1s ease;
	pointer-events: none;
}

.custom-thumb-line {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 5px;
	width: 150px;
	background-color: #000;
	/* border-radius: 2px; */
	cursor: pointer;
	z-index: 2;
	transition: all 0.2s ease;
}

.custom-thumb-line:hover {
	height: 16px;
	background-color: #333;
}

.slider-header {
	text-align: center;
	margin-bottom: 30px;
	color: #333;
}

.slider-header h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.catalog-section {
		min-width: 85%;
	}
	
	.slider-btn {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	
	.custom-slider-container {
		width: 90%;
	}
	
	.custom-thumb-line {
		width: 100px;
		height: 10px;
	}
	
	.custom-thumb-line:hover {
		height: 14px;
	}
}
.butt b{background: #101A31;color: white;position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;font-weight: normal;font-family: Inter;font-weight: 500;font-size: 16px;line-height: 100%;text-align: center;vertical-align: middle;text-decoration: none;position: absolute;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.up-catalog-section{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 20px 0 40px;
    width: 100%;
}
.up-catalog-section h2{
    color: #3C1F50;
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}
.item-top a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact-page{
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.contact-page h1{
    width: 100%;
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #3C1F50;
    margin-top: 100px;
}
.contact-page h2{
    width: 100%;
    font-family: EB Garamond;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 40px 0;
}
.catalog-grey .adres{
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 40px 0;
    position: relative;
}
.catalog-grey .adres iframe{
    max-width: 46vw;
    width: 100%;
}
.catalog-grey .adres .contact-block{
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 100%;
    max-width: 51vw;
    background: #fff;
    padding: 75px 20px;
}
.contact-block h3{
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3C1F50;
    margin-bottom: 40px;
}
.contact-block .contact-items{
    display: flex;
    flex-wrap: wrap;
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    gap: 5px 10px;
}
.contact-block .contact-items .contact-item{
    max-width: 22vw;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.contact-block .contact-items .contact-item .contact-title{
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 5px;
    min-width: 65px;
}
.contact-block .contact-items .contact-item .contact-title img{
    margin-right: 10px;
}
.contact-block .contact-items .contact-item .contact-inf{
    font-family: EB Garamond;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    /* margin-top: 5px; */
    line-height: 1.2;
}
.contact-block .contact-items .contact-item .contact-inf a{
    text-decoration: none;
}
.contact-popup,.call-popup-content{
    width: 450px;
    padding: 45px 50px;
    background: white;
    position: relative;
}
.contact-overlay,.call-overlay{
    background: #101b32d9;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    display: none;
}
.fixed-popup,.call-popup-wrapper{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: none;
	}
.contact-popup p,.call-popup-content p{
    font-family: EB Garamond;
    font-weight: 400;
    font-style: Regular;
    font-size: 36.04px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #101A31;
    margin-bottom: 40px;
}
form .form-control{
    border: 1px solid #101A31;
    border-radius: 0;
    margin-bottom: 10px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #101A31;
    padding: 16px 10px;
}
.contact-btn {
    width: 100% !important;
}
.contact-btn input{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
}
p.contact-mini,p.call-mini-text{
	font-family: EB Garamond;
	font-weight: 400;
	font-style: Regular;
	font-size: 13px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top: 40px;
	margin-bottom: 0;
}
.contact-multi{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
}
/* ÃƒÂÃ…Â¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¹ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° */
.close-btn,.call-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(16 26 49);
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ÃƒÂÃ‹Å“ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° (SVG) */
.close-icon,.call-close-icon {
    width: 20px;
    height: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.close-btn:hover .close-icon,.call-close-btn:hover .call-close-icon {
    color: white;
    transform: scale(1.3);
}

/* ÃƒÂÃ‚Â­Ãƒâ€˜Ã¢â‚¬Å¾Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒÂÃ‚Âµ */
.close-btn:active,.call-close-btn:active {
    transform: rotate(90deg) scale(0.95);
    box-shadow: 0 2px 8px rgba(255, 68, 68, 0.4);
}
.alert,.call-alert{
    position: fixed;
    top: 50%;
    left: calc(50% - 151px);
    display: block;
    z-index:9999;
    background: #304f96;
    color: white;
    padding: 20px;
}
.dropdown-toggle::after{
	display:none;
}
.footer-flex-bottom ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media (max-width: 1000px) {
	.top-menu,.top-phone,.top-right,.down-menu{
		display: none;
	}
	.up-catalog-section .catalog-sections{
		justify-content: center;
	}
	.up-catalog-section h2{
		text-align:center;
		font-size: 22px;
	}
	.top-left{
	    width: 100%;
	    justify-content: left;
	}
	.catalog-items{
		width: 100%;
		justify-content: center;
	}
	.catalog-page{
		justify-content:center;
	}
	.product-left,.product-char{
		width: 100%;
	}
	.product-img{
    height: auto;
    padding: 20px 0;
	}
	.catalog-grey .adres iframe{
		max-width: 100%;
		height: auto;
		min-height: 400px;
	}
	.catalog-grey .adres .contact-block{
		position: relative;
		max-width: 100%;
		padding: 50px 20px;
		bottom: 0;
	}
	.contact-block .contact-items .contact-item{
		max-width: 100%;
	}
	.catalog-grey .adres{
		justify-content: center;
	}
	.burger-menu{
		position: fixed;
		width: 100%;
		height: 100%;
		background: white;
		padding: 13px;
		right: 100%;
		top: 0;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		transition:0.3s;
	}
	.burger-menu hr{
    width: 100%;
    margin: 0;
}
	.burger-menu .search-form{
		border: 1px solid;
		margin-top: 30px;
	}
	.poisk{
		width:100%;
		max-width: 100%;
	}
	.search-form form{
		width:100%;
	}
	.burger-menu .top-menu{
		display: flex;
		justify-content: center;
		margin-top: 40px;
		flex-wrap: wrap;
		align-content: baseline;
	}
}
.product-item-image-wrapper{
    padding: 0;
}
.product-item-image-slider-slide-container{
    display: none;
}
.product-item-image-original{
    display: none;
}
.product-item-image-alternative{
    display: none;
}
.product-item-image-slider-control-container{
    display: none;
}
.sale-products-gift{
	display:none;
}
.btn-add-to-basket{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    background: no-repeat;
    box-shadow: none;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.contact-page.search{
	margin-top: 60px;
	display: flex;
	justify-content: center;
}

.contact-page.search .result{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.contact-page.search .result .res-item{
    width: 306px;
    max-height: 275px;
    opacity: 1;
    border-width: 1px !important;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: baseline;
    border: 1px solid #DDDDDD !important;
    justify-content: center;
    overflow: hidden;
    padding: 10px !important;
    position: relative;
}
.contact-page.search .result .res-item div p{
    margin-top: 0;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* ÃƒÂÃ…Â¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¾ Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âº */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-page.search .result .res-item div p.title{
	
font-family: Inter;
	
font-weight: 400;
	
font-style: Regular;
	
font-size: 13px;
	
leading-trim: NONE;
	
line-height: 100%;
	
letter-spacing: 0%;
	
position: relative;
	
padding: 10px 0;
	
margin: 0;
}
.contact-page.search .result .res-item small{
    display: none;
}
.contact-page.search .result .res-item a{
    text-decoration: none;
    font-size: large;
    line-height: normal;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-page.search .result .res-item p{
    font-size: small;
}
.search-page form{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.search-page{
    width: 100%;
}
.search-page [type="text"]{
    padding: 10px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    width: 100%;
}
.search-page [type="submit"]{
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 0 20px;
	border: 1px solid black;
	background: #101a31;
	color: white;
	transition:0.5s;
}
.search-page [type="submit"]:hover{
	transition:0.5s;
	background: #fff;
	color: #101a31;
}


.error-404-container {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    /* background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%); */
    font-family: 'Arial', sans-serif;
}

.error-404-content {
    max-width: 900px;
    width: 100%;
    text-align: center;
    background: white;
    /* border-radius: 20px; */
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.error-404-icon {
    margin-bottom: 20px;
}

.error-404-icon svg {
    width: 120px;
    height: 120px;
}

.error-404-title {
    font-size: 120px;
    line-height: 1;
    color: #101b32;
    margin: 0;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,119,190,0.2);
}

.error-404-subtitle {
    font-size: 32px;
    color: #333;
    margin: 10px 0 20px;
    font-weight: 500;
}

.error-404-text {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.error-404-search {
    max-width: 500px;
    margin: 0 auto 40px;
}

.error-404-search form {
    display: flex;
    gap: 10px;
}

.error-404-search-input {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    font-size: 16px;
    transition: all 0.3s;
}

.error-404-search-input:focus {
    outline: none;
    border-color: #101b32;
    box-shadow: 0 0 0 3px rgba(0,119,190,0.2);
}

.error-404-search-button {
    padding: 15px 30px;
    background: #101b32;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.error-404-search-button:hover {
    background: #101b32;
}

.error-404-links {
    margin-bottom: 40px;
}

.error-404-links h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 25px;
    font-weight: 500;
}

.error-404-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.error-404-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.error-404-category:hover {
    background: white;
    border-color: #101b32;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,119,190,0.15);
}

.category-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.error-404-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.error-404-button {
    display: inline-block;
    padding: 15px 35px;
    /* border-radius: 50px; */
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 16px;
}

.error-404-button-primary {
    background: #101b32;
    color: white;
    box-shadow: 0 4px 15px rgba(0,119,190,0.3);
}

.error-404-button-primary:hover {
    background: #101b32;
	color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,119,190,0.4);
}

.error-404-button-secondary {
    background: white;
    color: #101b32;
    border: 2px solid #101b32;
}

.error-404-button-secondary:hover {
    background: #f0f7ff;
	color: #101b32;
    transform: translateY(-2px);
}

.error-404-help {
    font-size: 16px;
    color: #666;
}

.error-404-help a {
    color: #101b32;
    text-decoration: none;
    font-weight: 600;
}

.error-404-help a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
	.chariki{
    flex-wrap: wrap;
    gap: 10px;
 }
	.char-name{
    margin: 0;
    padding: 0;
    font-weight: 600;
}
	.char-item{
    padding: 0;
    margin: 0;
}
    .error-404-content {
        padding: 30px 20px;
    }
    
    .error-404-title {
        font-size: 80px;
    }
    
    .error-404-subtitle {
        font-size: 24px;
    }
    
    .error-404-text {
        font-size: 16px;
    }
    
    .error-404-search form {
        flex-direction: column;
    }
    
    .error-404-categories {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .error-404-actions {
        flex-direction: column;
    }
}
.description{
	 font-family: Inter;
	 font-weight: 500;
	 font-style: Medium;
	 font-size: 20px;
	 leading-trim: NONE;
	 line-height: 100%;
	 letter-spacing: 0%;
	 line-height: 1.4;
	 margin-top: 60px;
}
.description p{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    line-height: 1.4;
}
.quantity-btn{
    width: 50px !important;
    height: 50px !important;
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
}
.quantity-selector{
    gap: 0 !important;
}
.quantity-selector input{
    height: 50px !important;
    border-radius: 0 !important;
    border: 1px solid black !important;
}
.obr-obsh form [type="submit"]{
    width: 250px;
    height: 50px;
    border: 1px solid #101A31;
    background: none;
    color: white;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16.02px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    position: absolute;
    z-index: 999;
}
.top-menu .top-phone{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.top-menu .top-phone img{margin-right:10px}
.bx-filter .bx-filter-parameters-box-title span{
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    border-color: #ffffff !important;
}
.bx-filter .bx-filter-parameters-box-title{
    font-size: 14px;
    padding-bottom: 0;
}
.filter-block .bx-filter-block{
    margin-top: 20px !important;
}
.bx-filter-input-checkbox{
    display: flex;
    align-items: center;
}