@-webkit-keyframes pulse-animation{0%,to{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:.8}}@keyframes pulse-animation{0%,to{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:.8}}*{padding:0;margin:0;border:0}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}a,a:hover,a:link,a:visited{text-decoration:none}.product-full a,aside,footer,header,legend,main,nav,section{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}input,select,textarea{background-color:transparent}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;-webkit-box-shadow:none;box-shadow:none;background-color:transparent;background:0 0;cursor:pointer}button:active,button:focus,input:active,input:focus{outline:0}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}:root{--container-width:1630px;--container-padding:15px;--font-main:"Montserrat", sans-serif;--font-titles:var(--font-accent);--page-bg:#f9f9f9;--text-color:#000000;--accent:#ffcd18;--link-color:#2f4269}body,html{height:100%;margin:0}html{scroll-behavior:smooth}body{background-color:var(--page-bg);color:var(--text-color);font-family:var(--font-main);overflow-x:hidden}.main-screen{background:#fff;padding:50px 0}.main-screen__content{position:relative;border-radius:50px;overflow:hidden;height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-screen__text{padding:30px;position:relative;z-index:2;color:#ffcd18;margin-right:15px;font-size:clamp(24px,6vw,62px);font-weight:900;width:100%}.about__text .name span,.main-screen__text span{color:#2f4269}.main-screen__text .right-side{color:#fff;margin-left:15%}.main-screen__img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.main-screen__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.category-list{background:#fff;padding-bottom:50px}.category-list__content{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.category-list__item{position:relative;background:#f6f6f6;overflow:hidden;height:300px;-webkit-transition:all .2s;transition:all .2s}.category-list__item:hover{background:#ffcd18}.category-list__item:hover .category-list__img{-webkit-transform:scale(105%);-ms-transform:scale(105%);transform:scale(105%)}.category-list__item:hover .category-list__text span{margin-left:20px}.category-list__item:nth-child(1){border-radius:50px 0 0}.category-list__item:nth-child(3){border-radius:0 50px 0 0}.category-list__item:nth-child(7){border-radius:0 0 0 50px}.category-list__item:nth-child(9){border-radius:0 0 50px 0}.category-list__text{display:inline-block;position:relative;z-index:2;font-size:clamp(18px,2vw,26px);font-weight:900;color:#000;background:#ffcd18;border-radius:0 5px 5px 0;padding:5px 15px;margin-top:50px}.category-list__text span{display:block;font-size:clamp(14px,1.2vw,16px);font-weight:400;-webkit-transition:all .2s;transition:all .2s}.category-list__img{position:absolute;top:20px;right:-150px;-webkit-transition:all .2s;transition:all .2s}.top-product{padding:50px 0}.top-product.full{padding:0 0 50px}.top-product .product-pages{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.top-product__link{display:block;-webkit-transition:all .2s;transition:all .2s}.top-product__link:hover .top-product__button .btn-details{background:#fff;padding:10px 35px}.top-product__item{position:relative;border-radius:10px;border:1px solid rgba(234,233,232,.5);-webkit-box-shadow:0 0 10px 0 rgba(234,233,232,.5);box-shadow:0 0 10px 0 rgba(234,233,232,.5);padding:15px;overflow:hidden;-webkit-transition:all 1s;transition:all 1s;background:#fff}.top-product__item:hover{border:1px solid #ffcd18}.top-product__item:hover .top-product__info{display:-webkit-box;display:-ms-flexbox;display:flex;left:0;opacity:1}.top-product__img{border-radius:5px;overflow:hidden;margin-bottom:15px;height:300px}.news-list__img img,.product-full a img,.top-product__img img{width:100%;height:auto}.top-product__img .img-hover{display:none!important}.top-product__img:hover .img-main{display:none}.top-product__img:hover .img-hover{display:block!important}.top-product__title{font-size:clamp(14px,1.5vw,20px);font-weight:600;margin-top:15px;color:#000}.top-product__price{font-size:clamp(14px,1.2vw,18px);font-weight:600;color:#000}.top-product__price .old-price{display:block;text-decoration:line-through;color:#a3a3a3}.top-product .btn-wishlist{position:absolute;top:25px;left:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;width:40px;height:40px;border:1px solid #eae9e8;z-index:1}.top-product .btn-wishlist:hover{border-color:#ffcd18}.head__panel .panel__item:hover i,.login .profile:hover i,.top-product .btn-wishlist:hover i{-webkit-transform:scale(120%);-ms-transform:scale(120%);transform:scale(120%)}.top-product__action,.top-product__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.top-product .btn-wishlist,.top-product__button{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-product__button{-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:15px}.top-product__button .btn-details{display:block;padding:10px 25px;background:#ffcd18;border:1px solid #ffcd18;color:#000;-webkit-transition:all .2s;transition:all .2s;cursor:pointer;font-size:20px;font-weight:500}.top-product__button .btn-details:hover{background:#fff;padding:10px 35px}.top-product__action{position:absolute;top:15px;right:15px;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.top-product__mark{border-radius:35px;padding:7px 10px;background:#2f4269;margin-bottom:5px;text-align:center;font-size:16px;font-weight:600;color:#fff;opacity:.9;overflow:hidden;max-width:250px;max-height:40px}.top-product__mark.sticker-new{background:#30a01a}.top-product__mark.sticker-special{background:#e73e3e}.top-product__text{position:relative;text-align:center;font-size:16px;margin-bottom:10px;z-index:1}.news-list{background:#fff;padding:50px 0}.news-list__content{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.news-list__item{background:#fff;border-radius:10px;overflow:hidden;color:#000;border:1px solid #f0f0f0;-webkit-transition:all .2s;transition:all .2s}.news-list__item:hover .news-list__link{color:#ffcd18}.news-list__item:hover .news-list__img{-webkit-transform:scale(105%);-ms-transform:scale(105%);transform:scale(105%)}.news-list__item:hover .news-list__link{margin-left:20px}.news-list__short{padding:15px;color:#000}.news-list__title{font-size:clamp(18px,2vw,22px);font-weight:700;margin-bottom:15px}.news-list__link{margin-top:15px}.news-list__img,.news-list__link,i{-webkit-transition:all .2s;transition:all .2s}.about__content{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}.about__img{background:#f6f6f6;border-radius:50px;width:800px;height:300px;overflow:hidden}.about__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.about__text{padding-top:20px;font-size:clamp(18px,1.6vw,26px);font-weight:500;line-height:36px}.about__text .name{display:inline-block;color:#f2c147;font-size:clamp(24px,3.5vw,36px);font-weight:900}.seo-block .text-scroll{position:relative;max-height:400px;overflow-y:auto;padding-right:10px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#ffcd18 #f1f1f1}.seo-block .text-scroll::after{content:"";position:sticky;bottom:0;left:0;width:100%;height:40px;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));background:linear-gradient(transparent,#fff);pointer-events:none}.seo-block .text-scroll::-webkit-scrollbar{width:8px}.seo-block .text-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.seo-block .text-scroll::-webkit-scrollbar-thumb{background:#ffcd18;border-radius:10px;-webkit-transition:.3s;transition:.3s}.seo-block .text-scroll::-webkit-scrollbar-thumb:hover{background:#e6b800}.cart-product__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;border-bottom:1px solid rgba(102,103,16,.2)}.cart-product__image{max-width:100px;margin-right:15px;overflow:hidden}.cart-product__image img{width:100%;height:auto;-webkit-transform:scale(125%);-ms-transform:scale(125%);transform:scale(125%)}.cart-product_name{color:#000}.cart-product__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.cart-product__buttons .button,.cart-product__price{margin:0 5px}.cart-product__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.product-full{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:50px}.product-full .thumb-main{max-width:500px;overflow:hidden}.product-full .thumbnails{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-full__mini{width:100%;max-width:500px;margin-top:20px}.product-full__images{max-width:500px}.product-full__images .thumbnail{display:block;padding:4px;margin-bottom:20px;border:1px solid #ddd;border-radius:4px;-webkit-transition:border-color .5s;transition:border-color .5s}.product-full__images img{width:100%;height:auto}.product-full__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding-left:0}.product-full__link li{list-style:none;border-right:1px solid #f5f5f5;padding:0 15px;margin:5px}.product-full__link li:last-child{border:0}.product-full__link li a{color:#000;border-bottom:1px solid transparent;padding:5px}.product-full__link li a:hover{border-bottom:1px solid #ffcd18}.product-full__special{display:block;text-decoration:line-through;color:#a3a3a3}.product-full__info .product-price{margin-bottom:15px;font-size:20px;font-weight:700}.product-full__info .product-price small{font-size:14px;color:#30a01a}.product-full__info .form-control{max-width:100px;text-align:center}.product-full__info .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-full__info .button{margin-left:15px}.product-info{display:grid;grid-template-columns:1fr 1fr;gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.product-description__content{max-height:120px;overflow:hidden;position:relative;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.product-description__content::after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));background:linear-gradient(to bottom,transparent,#fff)}.product-description__content.active{max-height:1000px}.product-description__content.active::after{display:none}.product-description__toggle{display:block;margin:10px auto 0;cursor:pointer;background:0 0;border:0;color:#007bff;font-weight:600;text-align:center}.product-description__toggle:hover,.product-tab__head.active,.product-tab__head.active i,.product-tab__head:hover,.product-tab__head:hover i,a:hover{color:#ffcd18}.specification__list li{position:relative;list-style:none;padding:5px;border-bottom:1px solid #f5f5f5}.specification__list li span{font-weight:700}.product-tab__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:500;margin:5px 0;cursor:pointer;border-bottom:1px solid #f5f5f5;padding:10px 0}.product-tab__head i{color:#a3a3a3}.product-tab__content{display:none;padding:10px 0}.product-tab__content.active{display:block}.page-content{background:#fff;border:1px solid #f6f6f6;border-radius:10px;padding:30px;margin-bottom:50px}.page-cart{display:grid;grid-template-columns:1fr 1fr;gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.page-cart .panel-heading,.page-cart__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal}.page-cart .panel-heading{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 15px;background:#f9f9f9;border-radius:5px}.page-cart__item{position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;background:#fff;border:1px solid #f6f6f6;border-radius:10px;padding:30px;margin-bottom:20px}.page-cart .panel-heading,.page-cart__name{font-weight:600;color:#000;margin-bottom:10px}.page-cart__name{font-size:18px}.page-cart__img{max-width:80px;margin-right:15px}.page-cart__img img,.search-modal .live-search .product-image img{width:100%;height:auto;-webkit-transform:scale(125%);-ms-transform:scale(125%);transform:scale(125%)}.page-cart__delete{position:absolute;top:10px;right:10px;-webkit-transition:all .2s;transition:all .2s}.page-cart__delete:hover{color:#ffcd18;-webkit-transform:scale(120%);-ms-transform:scale(120%);transform:scale(120%)}.page-cart__quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0}.page-cart__quantity .form-control{margin:0 10px;padding:5px 10px;text-align:center;min-width:50px;max-width:80px}.page-cart__price{font-size:18px;font-weight:600;color:#000}.other-page{padding:50px}.other-page__text{margin-bottom:15px}.page-category{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:20px}.center-block{display:block;margin:0 auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.d-flex{display:-ms-flexbox!important;display:-webkit-box!important;display:flex!important}.flex-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.d-flex-row,.d-flex-row-nowrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.d-flex-row-nowrap{-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.hidden{display:none!important}.show{display:block!important}.no-scroll{overflow:hidden}.button,a{color:#000;-webkit-transition:all .2s;transition:all .2s}.button{display:inline-block;border-radius:5px;font-size:20px;font-weight:600;padding:10px 25px;text-wrap:nowrap}.button.no-active{background:#f0f0f0!important}.button,.button.no-active:hover{background:#ffcd18!important}.button.white{background:#fff!important;color:#000;border:1px solid #ffcd18}.button.small{padding:5px 15px;font-size:16px;font-weight:600}.button:hover{color:#000;-webkit-transform:scale(105%);-ms-transform:scale(105%);transform:scale(105%)}.mobile-menu{display:none;width:2.5rem;height:2rem;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;margin:0 30px}.mobile-menu .mobile-item{width:100%;height:6px;border-radius:5px;-webkit-transition:.3s;transition:.3s;background:#2f4269;position:absolute;left:50%}.mobile-menu .mobile-item:first-child{top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.mobile-menu .mobile-item:nth-child(2){top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mobile-menu .mobile-item:last-child{bottom:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.mobile-menu.active .mobile-item:first-child,.mobile-menu.close .mobile-item:first-child{top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.mobile-menu.active .mobile-item:nth-child(2),.mobile-menu.close .mobile-item:nth-child(2){opacity:0}.mobile-menu.active .mobile-item:last-child,.mobile-menu.close .mobile-item:last-child{top:50%;bottom:auto;-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.menu-overlay{width:0;height:100%;position:fixed;top:0;overflow:inherit;-webkit-transition:all .6s;transition:all .6s;z-index:9999;background:rgba(255,255,255,.9)}.menu-overlay .nav,.menu-overlay__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal}.menu-overlay .nav{-ms-flex-flow:column;flex-flow:column}.menu-overlay.active{width:100%}.menu-overlay.active .menu-overlay__inner{opacity:1}.menu-overlay__inner{opacity:0;padding:50px 15px;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .1s;transition:all .1s}.menu-overlay__inner,.menu-overlay__inner .head__menu,.social{display:-webkit-box;display:-ms-flexbox;display:flex}.menu-overlay__inner .head__menu{margin-bottom:20px}.menu-overlay__inner .head__menu li a{padding:10px;font-size:18px}.menu-overlay__inner .social__icon{width:50px;height:50px}.menu-overlay__inner .logo{margin:30px auto}.menu-overlay__inner .mobile-menu{display:block;position:absolute;top:15px;right:15px;margin-right:0}.menu-overlay__inner .nav{margin-bottom:30px;padding-left:0;width:100%;text-align:center}.breadcrumb li,.menu-overlay__inner .nav li{list-style:none;margin:0 auto}.menu-overlay__inner .nav li a{display:inline-block;padding:10px 15px;text-align:center;font-size:20px}.social{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.social__icon{display:block;width:40px;height:40px;fill:transparent;stroke:transparent;margin:0 5px;-webkit-transition:all .2s;transition:all .2s}.social__icon:hover{-webkit-transform:scale(110%);-ms-transform:scale(110%);transform:scale(110%)}.social__icon.phone{background:url(../image/phone.svg) top center no-repeat;background-size:cover}.social__icon.telegram{background:url(../image/telegram.svg) top center no-repeat;background-size:cover}.social__icon.viber{background:url(../image/viber.svg) top center no-repeat;background-size:cover}.social__icon.whatsapp{background:url(../image/whatsapp.svg) top center no-repeat;background-size:cover}.social-fixed{position:fixed;bottom:30px;right:30px;z-index:80}.social-fixed .contact-list .social__icon{margin-bottom:20px;-webkit-transition:all .2s;transition:all .2s;-webkit-animation:pulse-animation 2s infinite;animation:pulse-animation 2s infinite;width:70px;height:70px}.scroll-to-top{position:fixed;z-index:10;left:15px;bottom:30px;width:50px;height:50px;line-height:46px;background:#fff;border:1px solid #ffcd18;border-radius:50%;-webkit-box-shadow:0 0 10px 4px rgba(0,0,0,.1);box-shadow:0 0 10px 4px rgba(0,0,0,.1);color:#ffcd18;font-size:25px;text-align:center;visibility:hidden;opacity:0;-webkit-transition:opacity 250ms linear 0s,visibility 0ms ease 400ms;transition:opacity 250ms linear 0s,visibility 0ms ease 400ms;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.scroll-to-top.visible{visibility:visible;opacity:1;-webkit-transition:opacity 250ms linear 0s;transition:opacity 250ms linear 0s}.scroll-to-top:hover{-webkit-transform:scale(110%);-ms-transform:scale(110%);transform:scale(110%);-webkit-transition:all ease 250ms;transition:all ease 250ms}.owl-nav{position:absolute;top:45%;-webkit-transform:translateY(-45%);-ms-transform:translateY(-45%);transform:translateY(-45%);pointer-events:none;width:100%}.owl-nav .owl-next,.owl-nav .owl-prev{position:absolute;top:0;pointer-events:auto;background:#ffcd18!important;background-size:cover!important;border-radius:50%;width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.owl-nav .owl-next span,.owl-nav .owl-prev span{color:#000!important;font-size:34px;font-weight:600;line-height:0!important;margin-top:-5px}.owl-nav .owl-next.disabled,.owl-nav .owl-prev.disabled{background:#ffea9f!important;color:#aeaeae!important}.owl-nav .owl-next:hover,.owl-nav .owl-prev:hover{background-color:#ffea9f!important}.owl-nav .owl-prev{left:-25px}.owl-nav .owl-next{right:-25px}.owl-dots,.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal}.owl-dots{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.owl-dots .owl-dot{display:block;width:12px;height:12px;border:2px solid #ffcd18!important;border-radius:50%;margin:0 5px}.link-all:hover,.owl-dots .owl-dot.active{background:#ffcd18}.title{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:clamp(26px,2.5vw,32px);font-weight:800;color:#000;position:relative;padding:5px 10px;margin-bottom:50px}.link-all{display:block;font-size:16px;color:#000;-webkit-transition:all .2s;transition:all .2s;background:#f0f0f0;padding:10px 15px;border-radius:5px;text-wrap:nowrap}.link-all:hover{color:#000}.text-danger{color:#e83e3e}.breadcrumb,.breadcrumb .breadcrumb-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumb{-ms-flex-flow:row wrap;flex-flow:row wrap;padding:5px 10px;margin:10px auto}.breadcrumb li{font-size:14px;margin:0 5px}.breadcrumb li a{color:#000}.breadcrumb li a:hover{color:#ffcd18}.breadcrumb .breadcrumb-item{-ms-flex-flow:row nowrap;flex-flow:row nowrap}.breadcrumb .breadcrumb-item:first-child:before{display:none}.breadcrumb .breadcrumb-item::before{display:inline-block;content:"\f178";font-family:"FontAwesome";color:#6c757d;margin-right:8px}.content-text img{border-radius:20px}.side-content{display:grid;grid-template-columns:1fr 3fr;gap:50px;margin-bottom:50px}.side-content .title-sidebar{margin-bottom:10px;font-size:24px;font-weight:600;text-align:center}.side-content .top-product .product-pages{grid-template-columns:repeat(4,1fr)}.page-contact__head{font-size:18px;font-weight:400;margin-bottom:30px;padding:0 35px}.page-contact__title{font-size:20px;font-weight:700;margin:10px auto}.page-contact__subtitle{font-size:16px;font-weight:400;margin:10px auto}.page-contact__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.page-contact__content .phones{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px}.page-contact__content .phones a{padding:5px;color:#000;border-bottom:1px solid transparent}.account-menu ul li a:hover,.page-contact__content .phones a:hover,.page-contact__email a:hover,.page-contact__worktime a:hover{color:#ffcd18;border-bottom:1px solid #ffcd18}.page-contact__email a,.page-contact__email p,.page-contact__worktime a,.page-contact__worktime p{padding:5px 15px;font-size:16px;color:#000;border-bottom:1px solid transparent;margin-bottom:0}.page-contact__info{width:55%;border-right:1px solid rgba(90,90,90,.1);margin-right:50px;padding:0 35px}.page-contact__form{width:100%}.form-group{margin-bottom:15px}.form-group label{display:block;padding-bottom:10px}.form-control{border:1px solid #f0f0f0;width:100%;padding:10px 15px;border-radius:5px;outline:0;-webkit-transition:all .2s;transition:all .2s}.form-control:focus,.form-control:focus-visible,.form-control:hover{border:1px solid #ffcd18}.modal-overlay{width:100%;height:100%;position:fixed;top:0;left:0;overflow:inherit;-webkit-transition:all .6s;transition:all .6s;z-index:9999;background:rgba(255,255,255,.9)}.modal{padding:50px}.modal.medium .modal-dialog{width:50%}.modal-dialog{background:#fff;width:90%;margin:0 auto;border:1px solid rgba(103,97,16,.2);-webkit-box-shadow:0 0 10px 0 rgba(234,233,232,.5);box-shadow:0 0 10px 0 rgba(234,233,232,.5);border-radius:5px}.modal-dialog .logo{margin:25px auto}.modal-dialog .modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(102,103,16,.2);padding:15px}.modal-dialog .feedback-title{font-size:26px;font-weight:600}.modal-dialog .modal-title{font-weight:600}.modal-dialog .modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px}.modal-dialog .modal-footer .button{margin:10px 15px}.modal-dialog .modal-body{text-align:center;font-size:16px;padding:15px 30px}.modal-dialog .modal-body .age{font-size:28px;margin:20px auto;color:#e83e3e}.account-menu{padding:15px}.account-menu ul li{position:relative;list-style:none;padding:5px}.account-menu ul li a{display:block;padding:5px;color:#000;border-bottom:1px solid transparent}.login-button{margin-right:15px}.login-button .account{display:none;position:absolute;top:100%;left:0;background:#fff;border-radius:5px;padding:10px;text-align:center;-webkit-transition:all .2s;transition:all .2s}.login .account.active,.login-button .account.active{display:block}.login-button .account__item{display:block;white-space:nowrap;padding:5px}.login,.login-button{position:relative;z-index:99;cursor:pointer}.login .account{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid #f0f0f0;border-radius:5px;padding:10px;text-align:center;-webkit-transition:all .2s;transition:all .2s}.login .account__item{display:block;white-space:nowrap;padding:10px 15px;background:#ffcd18;color:#000;border-radius:5px;border:1px solid transparent;margin:5px 0;font-weight:600}.login .account__item:hover{background:#fff;border:1px solid #ffcd18}.login .profile{width:50px;height:50px;border:1px solid #f0f0f0;border-radius:50%;color:#333;margin:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login .profile:hover{color:#ffcd18;border-color:#ffcd18}.no-button{border:0;overflow:none;padding:5px;background:0 0}.buttons-block{margin:15px auto}.alert{position:relative;border-radius:5px;padding:15px;font-size:14px}.alert a{color:#000;border-bottom:1px dotted #e3fdf2}.alert a:hover{border:0}.alert.alert-success,.pagination li a:hover{background:#ffcd18}.alert .no-button{position:absolute;top:0;right:0;z-index:2;padding:15px}.pagination,.search-modal,.search-modal .live-search ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal}.pagination{-ms-flex-flow:row wrap;flex-flow:row wrap;margin:15px auto;padding:0;width:100%}.pagination li{list-style:none;margin:5px}.pagination li a,.pagination li.active{padding:6px 12px;color:#000;font-size:15px;border-radius:5px}.pagination li a{display:block;background:#f0f0f0}.pagination li.active{background:#ffcd18}.search-modal,.search-modal .live-search ul li a{-ms-flex-flow:row nowrap;flex-flow:row nowrap}.search-modal{position:relative;margin-top:50px}.search-modal .search-button{background:#fff;border:1px solid #ffcd18;border-radius:5px;padding:5px 15px;margin:0 2px}.search-modal .live-search{width:90%;position:absolute;z-index:1000;padding:5px 0 20px;margin-top:50px}.fast-order,.search-modal .live-search .result-text{text-align:center}.search-modal .live-search ul{padding-left:0}.search-modal .live-search ul li{list-style:none;border-bottom:1px solid rgba(71,71,71,.2);padding:10px 15px;-webkit-transition:all .2s;transition:all .2s}.search-modal .live-search ul li:hover{background:rgba(70,70,70,.2);border-radius:5px}.search-modal .live-search ul li a{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-modal .live-search .product-name{font-size:20px;font-weight:700;color:#000}.search-modal .live-search .product-name p{font-size:14px;font-weight:400}.search-modal .live-search .product-image{max-width:100px;margin-right:15px;border-radius:50%;overflow:hidden}.search-modal .live-search .product-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.search-modal .live-search .product-price .special{text-decoration:line-through;font-size:16px;font-weight:600;color:#696969}.search-modal .live-search .product-price .price{text-align:center;font-size:20px;font-weight:900;color:#e7813e}.fast-order{margin:20px auto}.fast-form,.main-order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.fast-form{-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fast-form .form-group{margin:10px!important}.main-order{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-order__form{width:50%}.history-order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.history-order.full{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.history-order__item{padding:10px 20px;border-radius:10px;border:1px solid #f0f0f0;margin:10px;text-align:center}.history-order__text{border-bottom:1px solid #f0f0f0;padding:10px 0;font-weight:600;text-align:left}.history-order__text:last-child{border-bottom:none}.history-order__full span,.history-order__text span{font-weight:400}.history-order__full{padding:10px 0;text-align:left}.history-order .button{margin:15px auto}.other-blocks{padding:50px 0;background:#fff}.login-page{display:grid;grid-template-columns:1fr 1fr;gap:50px}.login-page p{margin-bottom:10px}.history-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.table-history{width:100%;border-collapse:collapse}.table-history td,.table-history th{padding:10px;border:1px solid #f0f0f0;text-align:left}.table-history th{background:#f0f0f0}.sidebar{border-radius:10px;border:1px solid rgba(234,233,232,.5);-webkit-box-shadow:0 0 10px 0 rgba(234,233,232,.5);box-shadow:0 0 10px 0 rgba(234,233,232,.5);background:#fff;padding:0 10px;z-index:9;width:330px;-ms-flex-negative:0;flex-shrink:0}.ocf-header{padding:20px;margin-bottom:0!important}.container{margin:0 auto;padding:0 var(--container-padding);max-width:var(--container-width);width:100%}.footer{background:#333;color:#fff;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.footer__content{padding:15px}.footer__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__top .logo,.footer__top .logo span{color:#fff}.footer__menu li a{display:inline-block;padding:5px;color:#fff;border-bottom:1px solid transparent}.footer__menu li a:hover{color:#ffcd18;border-bottom:1px solid #ffcd18}.footer .contact__item{padding:5px 0}.footer .contact__item a{color:#ffcd18}.footer .contact .social{margin-top:15px}.head{border:1px solid #ececec}.head__top{background:#f9f9f9;padding:10px 0}.head__info,.head__info .lang,.head__menu{display:-webkit-box;display:-ms-flexbox;display:flex}.head__menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.head__menu li{margin:0 5px}.head__menu li a{display:block;color:#000;padding:5px;border:1px solid transparent;border-radius:5px}.head__menu li a:hover{border:1px solid #ffcd18}.head__info,.head__info .lang{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head__info{-webkit-box-flex:row;-ms-flex:row nowrap;flex:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.head__info .lang{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.head__info .lang__item{display:block;padding:5px 15px;background:0 0;color:#000;font-size:14px;text-transform:uppercase;margin:0 5px;font-weight:700;-webkit-transition:all .2s;transition:all .2s;border:0;background:#f0f0f0;border-radius:5px}.head__info .lang__item.active,.head__info .lang__item:hover{background:#ffcd18}.head__bottom{padding:15px 0;background:#fff}.head__bottom.sticky{position:fixed;top:0;left:0;width:100%;background:#fff;-webkit-box-shadow:0 0 30px 1px rgba(23,26,66,.2);box-shadow:0 0 30px 1px rgba(23,26,66,.2);z-index:99}.head__panel,.head__panel .panel{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head__panel{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.head__panel .panel{margin-left:auto;gap:10px}.head__panel,.head__panel .panel,.head__panel .panel .search,.logo,.mobile-nav-btn{display:-webkit-box;display:-ms-flexbox;display:flex}.head__panel .panel .search{margin-right:50px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.head__panel .panel .search .button{margin:0 10px}.head__panel .panel__item{position:relative;width:50px;height:50px;background:0 0;border:1px solid #f2f0ef;margin:0 5px;-ms-flex-negative:0;flex-shrink:0}.head__panel .panel__item:hover{border:1px solid #ffcd18;color:#ffcd18}.head__panel .panel__item,.head__panel .panel__item .count-items{color:#000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head__panel .panel__item .count-items{position:absolute;top:0;right:-5px;background:#ffcd18;font-size:12px;font-weight:600;width:20px;height:20px}.head .catalog{position:relative;margin:0 50px}.head .catalog__btn{background:#ffcd18;border:0;padding:15px 65px;font-size:20px;font-weight:600;cursor:pointer;border-radius:8px;-webkit-transition:.3s;transition:.3s}.head .catalog__btn:hover{background:#e6b800}.head .catalog__dropdown{position:absolute;top:110%;right:0;background:#fff;min-width:220px;border-radius:12px;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.1);box-shadow:0 10px 30px rgba(0,0,0,.1);padding:10px 0;opacity:0;visibility:hidden;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:.3s;transition:.3s;z-index:100}.head .catalog__item{display:block;padding:12px 20px;color:#000;text-decoration:none;font-size:14px;font-weight:500;-webkit-transition:.2s;transition:.2s}.head .catalog__item:hover{background:#ffcd18}.head .catalog:hover .catalog__dropdown{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.logo,.mobile-nav-btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logo{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;color:#f2c147;margin-right:15px;font-size:36px;font-weight:900}.logo img{margin-right:10px}.logo span{color:#2f4269}.logo .slogan{font-size:14px}.mobile-nav-btn{--time:0.1s;--width:40px;--height:30px;--line-height:4px;--spacing:6px;--color:#4ba7e4;--radius:4px;height:calc(var(--line-height)*3 + var(--spacing)*2);width:var(--width);position:relative}.nav-icon,.nav-icon::after,.nav-icon::before{display:block;position:relative;width:var(--width);height:var(--line-height);background-color:var(--color);border-radius:var(--radius)}.nav-icon::after,.nav-icon::before{content:"";position:absolute;left:0;-webkit-transition:top var(--time) linear var(--time),-webkit-transform var(--time) ease-in;transition:transform var(--time) ease-in,top var(--time) linear var(--time);transition:transform var(--time) ease-in,top var(--time) linear var(--time),-webkit-transform var(--time) ease-in}.nav-icon::before{top:calc(-1*(var(--line-height) + var(--spacing)))}.nav-icon::after{top:calc(var(--line-height) + var(--spacing))}.nav-icon.nav-icon--active{background-color:transparent}.nav-icon.nav-icon--active::after,.nav-icon.nav-icon--active::before{top:0;-webkit-transition:top var(--time) linear,-webkit-transform var(--time) ease-in var(--time);transition:top var(--time) linear,transform var(--time) ease-in var(--time);transition:top var(--time) linear,transform var(--time) ease-in var(--time),-webkit-transform var(--time) ease-in var(--time)}.nav-icon.nav-icon--active::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.nav-icon.nav-icon--active::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mobile-nav-btn{z-index:999;display:none}@media screen and (max-width:1400px){.owl-nav .owl-prev{left:0}.owl-nav .owl-next{right:0}}@media screen and (max-width:1224px){.head .catalog{margin:0 25px}.head .catalog__btn{padding:15px 35px;text-wrap:nowrap}.head__panel .panel .search{margin-right:10px}.main-screen__content{height:350px}.about__content{grid-template-columns:repeat(1,1fr)}.about__img{width:100%}.news.full,.top-product .product-pages{grid-template-columns:repeat(3,1fr)}}@media (max-width:1100px){.mobile-nav-btn{display:block}}@media screen and (max-width:1024px){.head .catalog{display:none}.mobile-menu{display:block}.top-product .product-pages{grid-template-columns:repeat(2,1fr)}.modal.medium .modal-dialog{width:100%}.page-contact__info{width:55%;margin-right:10px;padding:0 15px}.page-contact__form{width:70%}}@media screen and (max-width:980px){.product-full{grid-template-columns:auto}.wrapper{display:block;min-height:auto}}@media screen and (max-width:768px){.head__info .fastcall,.head__info .phones,.head__panel .panel .search .button{display:none}.head__panel{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.head__panel .logo{width:100%;margin-right:0}.head__panel,.head__panel .panel{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.head__panel .panel{margin:10px 0}.main-screen__text .right-side{margin-left:0}.news-list__content{grid-template-columns:repeat(2,1fr)}.footer__top,.search-modal .live-search ul li a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.footer__top .logo{margin-right:0}.footer__menu{margin:15px 0}.footer .contact,.footer__menu{width:100%;text-align:center}.footer .contact .social,.footer__menu .social{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:15px 0}.footer__bottom{margin:10px 0;text-align:center}.footer .social__icon{width:50px;height:50px}.modal-dialog{width:100%}.search-modal .live-search .product-image{margin-right:0;margin-bottom:15px}.search-modal .live-search .product-name{text-align:center}.product-info{grid-template-columns:1fr}.page-cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-flow:column-reverse;flex-flow:column-reverse}.page-contact__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.page-contact__info{width:100%;margin-right:0;padding:0 15px}.page-contact__form{width:100%}.sidebar{width:280px}.top-product .product-pages{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:680px){.sidebar{border-radius:10px;border:0;-webkit-box-shadow:none;box-shadow:none;padding:0;width:100%}.page-category{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.top-product .product-pages{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.head__menu{display:none}.head__bottom.sticky{position:inherit}.social-fixed .contact-list .social__icon{width:50px;height:50px}.main-screen__content{height:300px}.category-list__content{grid-template-columns:repeat(1,1fr)}.category-list__item{height:200px;border-radius:0!important}.news-list__content{grid-template-columns:repeat(1,1fr)}.product-full .thumb-main{max-width:300px}.modal{padding:20px}.modal-dialog .modal-body{padding:15px}.login-page{grid-template-columns:1fr}}@media screen and (max-width:480px){.head__panel .panel__item,.login .profile{width:60px;height:60px}.head__panel .panel .search{display:none}.main-screen__text{padding:10px;margin-right:0;font-size:clamp(36px,6vw,62px);text-align:center}.owl-nav{position:inherit;width:100%;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;margin-top:40px;-webkit-transform:none;-ms-transform:none;transform:none}.owl-nav .owl-next,.owl-nav .owl-prev{position:inherit;width:70px;height:70px;margin:0 15px}.about__text{padding-top:0}.link-all{margin-top:15px}.page-content{padding:10px;margin-bottom:20px}.top-product .product-pages{grid-template-columns:repeat(1,1fr)}.product-full__info .form-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-full__info .button{margin:10px}.title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.news-list,.other-blocks{padding:30px 0}.cart-product__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.cart-product__item .no-button{font-size:30px}.cart-product__image{max-width:100%;margin-right:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.cart-product__image a{max-width:100px}.cart-product__name{margin:10px 0;font-weight:600}}@media screen and (max-width:360px){.head__info{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.head__top .social{display:none}.mobile-menu{margin:20px auto}.main-screen__content{height:250px}.main-screen__text{font-size:clamp(26px,6vw,62px)}}