div.short_account svg{height:36px;}div.short_account a{display:inline-flex;align-items:center;gap:0px;}div.short_block{display:grid;grid-template-columns:repeat(4, minmax(250px, 1fr));gap:0px;padding:0px;}div.short_block.plus{gap:0px;margin-top:40px;display:flex;justify-content:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);}div.short_block.plus div.side{justify-content:flex-start!important;}div.short_block.plus div.block_item{width:calc(100% / 6);padding:60px 25px;border-radius:0px;border-left:1px solid var(--border);position:relative;display:flex;align-items:flex-start;align-content:flex-start;flex-wrap:wrap;gap:30px;z-index:1;transition:all .4s;}div.short_block.plus div.block_item:last-child{border-right:1px solid var(--border);}div.short_block.plus div.img{height:fit-content;margin-bottom:0px;padding:0px;border-radius:100%;position:relative;}div.short_block.plus div.img svg{height:60px;margin-bottom:0px;fill:var(--border);transition:all .4s;}div.short_block.plus div.content{width:100%;padding:0px;}div.short_block.plus div.title h1{font-size:1.55rem;text-align:left;font-weight:500;text-wrap:balance;font-family:var(--font);margin:0px 0px 15px;transition:all .4s;}div.short_block.plus div.title h1:before{content:'';position:absolute;bottom:-5px;left:0px;width:0%;height:1px;background:var(--main-color);transition:all .4s;}div.short_block.plus div.text{width:100%;font-size:1.05rem;text-align:left;text-wrap:pretty;}div.short_block.plus label{display:none;}div.short_block.plus div.block_item:hover div.img svg{fill:var(--main-color);transition:all .4s;}div.short_block.plus div.block_item:hover div.title h1:before{width:100%;transition:all .4s;}div.short_block.plus div.block_item:hover div.title h1{color:var(--main-color);transition:all .4s;}div.short_block.file{display:flex;justify-content:center;flex-wrap:wrap;gap:30px 2%;}div.short_block.file div.block_item{width:calc(100% / 5 - 1%);background:var(--grey);transition:all .4s;}div.short_block.file div.img{height:420px;align-items:flex-start;overflow:hidden;margin-bottom:0px;}div.short_block.file div.img img{filter:brightness(0.6);transition:all .4s;}div.short_block.file div.img svg{height:80px;margin-bottom:0px;fill:var(--main-color);transition:all .4s;}div.short_block.file div.content{position:absolute;bottom:30px;left:0px;width:100%;text-align:center;transition:all .4s;}div.short_block.file div.title h1{font-size:1.8rem;color:#fff;font-weight:500;text-wrap:balance;font-family:var(--font);margin:0px;}div.short_block.file div.block_item:hover{margin:-10px 0px 10px;transition:all .4s;}div.short_block.file div.block_item:hover img{filter:brightness(1);transition:all .4s;}div.short_block.file div.block_item:hover div.content{bottom:-10px;opacity:0;transition:all .4s;}@media screen and (min-width: 700px) and (max-width: 1280px) {div.short_block.plus div.block_item{width:calc(100% / 5);}}@media screen and (max-width:700px){div.short_block{grid-template-columns:1fr!important;}div.short_block.plus{flex-wrap:wrap;border-bottom:0px;}div.short_block.plus div.block_item{width:100%;padding:40px 20px;border-left:0px;border-bottom:1px solid var(--border);}div.short_block.plus div.block_item:last-child{padding-bottom:0px;border-bottom:0px;border-right:0px;}div.short_block.file div.block_item{width:100%;}div.short_block.file div.block_item div.img{height:380px;}}div.short_brand img{max-height:150px!important;}@media screen and (max-width:700px){div.short_brand img{width:100%;height:auto;max-height:unset!important;}}section.breadcrumb{display:flex;justify-content:flex-start;gap:10px;width:100%;padding:0px;margin:0px;text-align:center;position:relative;}section.breadcrumb a{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--main-color);}section.breadcrumb a:after{content:"/";font-size:1.1rem;color:var(--main-color);position:relative;}section.breadcrumb a:last-child:after{display:none;}@media screen and (max-width:700px){section.breadcrumb a{font-size:0.9rem;}}div.short_cart a.cart{position:relative;display:inline-flex;}div.short_cart svg{height:36px;}div.short_cart p.countCart{position:absolute;top:0px;right:0px;width:20px;height:20px;background:#000000;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;}div.s_category_container{display:grid;gap:0px;margin-top:0px;}div.s_category_history,div.s_category_container_app{grid-template-columns:repeat(3, minmax(250px, 1fr));}div.s_category_container[data-column="5"]{grid-template-columns:repeat(5, minmax(250px, 1fr));}div.s_category_container[data-column="4"]{grid-template-columns:repeat(4, minmax(250px, 1fr));}div.s_category_container[data-column="3"]{grid-template-columns:repeat(3, minmax(250px, 1fr));}div.s_category_container[data-column="2"]{grid-template-columns:repeat(2, minmax(250px, 1fr));}div.s_category_container div.product{z-index:9;height:fit-content;position:relative;overflow:hidden;transition:all .4s;}div.s_category_container div.product:before{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;opacity:0;background:rgb(254,6,6,0.6);transition:all .4s;;z-index:1;}div.s_category_container div.product:hover:before{opacity:1;transition:all .4s;}div.s_category_container div.product div.img{width:100%;height:550px;max-height:550px;display:flex;justify-content:center;align-items:Center;border-radius:var(--border-radius) var(--border-radius) 0px 0px;overflow:hidden;}div.s_category_container div.product div.img img{height:100%;width:auto;max-width:unset;border-radius:0px;filter:brightness(0.7);transition:all .4s;}div.s_category_container div.product div.img span.category{position:absolute;top:0px;left:25px;background:#fff;text-transform:uppercase;line-height:1;padding:5px 10px;font-weight:400;}div.s_category_container div.product div.content{display:flex;flex-wrap:wrap;align-items:flex-end;align-content:flex-end;justify-content:center;gap:10px;position:absolute;bottom:-10px;left:0px;width:100%;height:100%;color:#fff;border-radius:var(--border-radius);padding:20px;z-index:99;}div.s_category_container div.product div.content p.title{font-size:2.2rem;text-wrap:pretty;text-align:center;font-weight:400;transition:all .4s;}div.s_category_container div.product div.content p.text{text-wrap:balance;margin-bottom:20px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}div.s_category_container div.product div.content div.cta{opacity:0;width:100%;text-align:center;transition:all .4s;}div.s_category_container div.product:hover div.content{bottom:30px;transition:all .4s;}div.s_category_container div.product:hover div.content div.cta{opacity:1;right:20px;transition:all .4s;}div.categoryBlock{display:grid;gap:30px 20px;margin-top:40px;}div.categoryBlock[data-column="5"]{grid-template-columns:repeat(5, minmax(250px, 1fr));}div.categoryBlock[data-column="4"]{grid-template-columns:repeat(4, minmax(250px, 1fr));}div.categoryBlock[data-column="3"]{grid-template-columns:repeat(3, minmax(250px, 1fr));}div.categoryBlock[data-column="2"]{grid-template-columns:repeat(2, minmax(250px, 1fr));}div.categoryBlock div.column{border-radius:var(--border-radius);box-shadow:var(--shadow);overflow:hidden;transition:all .4s;}div.categoryBlock div.img{max-width:100%;height:350px;max-height:350px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;background:#fff;}div.categoryBlock div.column img{height:100%;width:auto;max-width:unset;border-radius:0px;filter:brightness(0.95);}div.categoryBlock div.column div.content{background:#fff;padding:15px;text-align:center;}div.categoryBlock div.column p.title{font-weight:600;font-size:1.4rem;text-transform:uppercase;margin-bottom:0px;}div.categoryBlock div.column div.cta{position:relative;width:fit-content;margin:0px auto;color:var(--main-color);font-weight:500;transition:all .4s;}div.categoryBlock div.column div.cta:before{content:'';position:absolute;bottom:0px;left:0px;width:0%;height:1px;background:var(--main-hover);transition:all .4s;}div.categoryBlock div.column:hover{box-shadow:unset;transform:scale(0.98);transition:all .4s;}div.categoryBlock div.column:hover div.cta{color:var(--main-hover);transition:all .4s;}div.categoryBlock div.column:hover div.cta:before{width:100%;transition:all .4s;}div.categoryBlock div.column:hover div.img img{padding-left:50px;transition:all .4s;}@media screen and (max-width:700px){div.categoryBlock{grid-template-columns:1fr!important;gap:25px;margin-top:30px;}div.categoryBlock div.img{height:220px;max-height:220px;}div.categoryBlock div.column img{width:100%;height:auto;max-height:unset;}div.categoryBlock div.column p.title{font-size:1.3rem;}div.categoryBlock div.column:hover div.img img{padding-left:0px;}div.s_category_container{grid-template-columns:1fr!important;gap:0px;}div.s_category_container div.product div.img{height:fit-content;max-height:220px;}div.s_category_container div.product div.img img{width:100%;height:auto;max-width:unset;}div.s_category_container div.product div.content{bottom:-30px;}div.s_category_container div.product div.content p.title{font-size:1.6rem;}}div.short_contactInfo{z-index:1;display:flex;gap:20px;}header div.short_contactInfo{margin-right:25px;}header div.short_contactInfo div.el{display:flex;align-items:center;gap:8px;border-radius:0px;padding:0px;font-size:1.15rem;font-weight:500;position:relative;transition:all .4s;}header div.short_contactInfo div.el .fa{font-size:0.9rem;transition:all .4s;}@media screen and (max-width:700px){}div.short_contact{position:relative;display:flex;justify-content:center;width:100%;z-index:1;gap:80px;}div.short_contact div.el{display:flex;justify-content:flex-start;align-items:center;gap:15px;position:relative;color:#fff;transition:all .4s;}div.short_contact div.el:last-child{padding-bottom:0px;border-bottom:0px;}div.short_contact div.el div.sx{display:flex;align-items:center;justify-content:center;width:fit-content;transition:all .4s;}div.short_contact div.el div.dx{width:100%;text-align:left;}div.short_contact div.el div.dx p.title_contact{display:none;font-size:1.8rem;font-family:var(--font);font-weight:500;text-align:left;}div.short_contact div.el span,div.short_contact div.el i.fa{background:var(--main-color);width:45px;aspect-ratio:1/1;border-radius:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;transition:all .4s;}div.short_contact div.el a{color:#fff;font-family:var(--font);font-weight:400;font-size:1.5rem;position:relative;}@media screen and (max-width:700px){div.short_contact{display:grid;grid-template-columns:1fr;gap:var(--margin);}div.short_contact div.el{flex-wrap:wrap;justify-content:center;text-align:center;gap:15px;}div.short_contact div.el div.dx p.title_contact,div.short_contact div.el div.dx p{text-align:center;}div.short_contact div.el div.dx{text-wrap:pretty;}}div.short_faq{display:flex;flex-wrap:wrap;gap:10px;}div.short_faq div.el{width:calc(100% / 2 - 5px);background:#fff;padding:15px;order:2;position:relative;overflow:hidden;}div.short_faq div.el p{width:100%;}div.short_faq div.el p.text{height:0px;margin-top:0px;overflow:hidden;transition:all .4s;}div.short_faq div.el:after{content:'\2b';font-family:'FontAwesome';position:absolute;top:0;right:-20px;height:100%;display:flex;align-items:center;font-size:1.5rem;opacity:0;transition:all .4s;}div.short_faq div.el:hover{cursor:pointer;}div.short_faq div.el:hover:after{opacity:1;right:20px;transition:all .4s;}div.short_faq div.el.active{width:100%;}div.short_faq div.el.active p.title{font-weight:500;}div.short_faq div.el.active p.text{height:unset;margin-top:0px;transition:all .4s;}div.short_faq div.el.active:after{display:none;}@media screen and (max-width:700px){div.short_faq div.el{width:100%;}}div.short_form{border-radius:var(--border-radius);}div.short_form div.side{gap:12px 1%;}div.short_form h2{text-align:left;margin-bottom:20px;}div.short_form div.text_form{margin-bottom:20px;text-align:left;text-wrap:balance;}div.short_form div.el{width:calc(100% / 2 - 0.5%);padding:0px;margin-bottom:0px;}div.short_form div.el.hidden{display:none;margin:0px;}div.short_form div.el.textarea{width:100%;margin-bottom:0px;}div.short_form div.el.privacy{width:100%;margin:5px 0px;text-align:left;font-size:1rem;}div.short_form div.el.privacy a{text-decoration:underline;font-weight:400;}div.short_form div.opt-error{display:none;color:#dd0000;}div.short_form div.button{margin:0px;}.productForm div.short_form div.el{width:calc(100% / 2 - 0.5%);}.productForm div.short_form div.el.privacy{width:100%;}.productForm div.short_form div.el.textarea{width:100%;margin-bottom:0px;}@media screen and (max-width:700px){div.short_form{padding:0px;}div.short_form h2{font-size:1.8rem;}div.short_form div.el{width:100%!important;}div.short_form div.el.privacy{font-size:1rem;}}div.short_gallery{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;}div.short_gallery h2{width:100%;margin-bottom:0px;}div.short_gallery p.text_news{width:100%;text-align:center;margin-bottom:30px;}div.short_gallery div.gallery_item div.img{overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);height:350px;transition:all .4s;}div.short_gallery div.gallery_item div.img img{width:100%;height:auto;max-height:unset;border-radius:0;transition:all .4s;}div.short_gallery div.gallery_item div.img:hover img{transform:scale(1.1);transition:all .4s;}@media screen and (max-width:700px){div.short_gallery{grid-template-columns:1fr;gap:15px;}div.short_gallery div.gallery_item div.img{height:fit-content;max-height:300px;}}div.short_langList{display:flex;align-items:center;gap:10px;}div.short_langList a{display:flex;justify-content:center;width:25px;aspect-ratio:1/1;border-radius:100%;overflow:hidden;}div.short_langList img{width:100%;height:100%;}@media only screen and (max-width: 900px){div.short_langList{margin-right:20px;}}header ul.menu{display:flex;align-items:center;justify-content:flex-start;z-index:1;gap:25px;height:100%;}header ul.menu li{position:relative;}header ul.menu li a{margin:0px;line-height:1;height:100%;display:flex;align-items:center;font-size:1.4rem;font-weight:500;font-family:var(--font);position:relative;transition:all .4s;}header ul.menu li a.contacts{display:none;}header ul.menu li a:hover{color:var(--main-color);transition:all .4s;}header ul.menu li a span{padding:5px 0px;position:relative;}header ul.menu li a span:before{content:'';position:absolute;bottom:0px;left:0px;width:0%;height:2px;background:var(--main-color);z-index:-1;transition:all .4s;}header ul.menu li a:hover span:before{width:100%!important;transition:all .4s;}div.submenu{position:absolute;top:90%;z-index:99;display:none;transition:all .4s!important;}ul.menu li[data-level="0"]:hover div.submenu{display:block;transition:all .4s!important;}div.submenu ul.menu{height:fit-content;flex-wrap:wrap;position:fixed;left:var(--page-padding);width:calc(100% - var(--page-padding)*2);background:#fff;box-shadow:var(--shadow);padding:20px;z-index:2;border-radius:var(--border-radius);display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:15px;transition:all .4s;}div.submenu ul.menu li{display:block;width:100%;height:initial;}div.submenu ul.menu li a{width:fit-content;margin:0px;padding:0px;color:#000;font-size:1.1rem;text-align:center;display:flex;flex-wrap:wrap;border:2px solid var(--border);border-radius:var(--border-radius);overflow:hidden;}div.submenu ul.menu li a:before{display:none;}div.submenu ul.menu li a:hover{color:initial;}div.submenu ul.menu li a div.img{height:200px;overflow:hidden;}div.submenu ul.menu li a div.img img{width:100%;height:auto;max-height:unset;filter:brightness(0.95);transition:all .4s;}div.submenu ul.menu li a p.title{width:100%;padding:15px 10px;}div.submenu ul.menu li a:hover{box-shadow:var(--shadow);transition:all .4s;}div.submenu ul.menu li a:hover div.img img{transform:scale(1.1);filter:brightness(0.85);transition:all .4s;}div.submenu ul.menu li a:hover p.title{color:var(--main-hover);padding:15px 10px;}div.submenu ul.list{grid-template-columns:1fr 1fr 1fr;}div.submenu ul.list li a{font-size:1.2rem!important;color:#000!important;}ul.list div.submenu{display:none;}.footer_up ul.list{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin:0px;}.footer_up ul.list a{text-transform:uppercase;font-family:var(--font);font-weight:400;font-size:1.3rem;}.footer_up div.submenu{opacity:1;visibility:visible;z-index:1;}.footer_up div.submenu ul.menu{position:relative;width:100%;background:transparent;box-shadow:unset;padding:0px;left:0px;top:0px;gap:0px 10px;}.footer_up div.submenu ul.menu a{font-size:1.1rem;}.footer_up ul.menu li:has(.submenu) a.parent{display:none;}@media screen and (max-width:700px){header ul.menu{position:fixed;top:5vw;right:0px;height:auto;overflow:auto;z-index:1000;flex-wrap:wrap;width:92vw;max-height:90vh;transform:translateX(500px);opacity:0;gap:8px;overflow-x:hidden;}header ul.menu li{text-align:center;width:100%;height:initial;}header ul.menu li a{padding:12px 5px;border-bottom:0px;border-radius:var(--border-radius)!important;margin-bottom:0px!important;transform:initial;white-space:unset;background:#fff!important;color:#000!important;display:inline-block;width:100%;font-size:1.2rem;}header ul.menu::-webkit-scrollbar{width:0px;}header ul.menu a{background:#fff!important;}header ul.menu li a.contacts{display:block;}header div.submenu{display:block;position:relative;}header div.submenu ul{display:flex;flex-wrap:wrap;gap:10px;}header div.submenu ul li{width:calc(100% / 2 - 5px);}header div.submenu li div.img{display:none;}header div.submenu li div.img img{width:100%;}header div.submenu li p.title{padding:0px;}.footer_up ul.list{gap:10px;}.footer_up ul.list a{font-size:1.2rem;}.footer_up div.submenu ul.menu{grid-template-columns:1fr;}.footer_up a.category_list{margin:0px auto;}header ul.opened{transform:translateX(0px);opacity:1;}div.menu_mobile{max-width:18%;padding:2px 0px;}.overlay_mobile{position:fixed;top:0px;left:0px;width:100%;height:100vh;background:rgb(0,0,0,0.6);z-index:999;display:none;}button.menu{background-color:transparent;border:none;cursor:pointer;display:flex;padding:0;width:100%;} .menu svg{height:60px;width:fit-content;fill:#000;}.line{fill:none;stroke:#000;stroke-width:6;transition:stroke-dasharray 600ms cubic-bezier(0.4,0,0.2,1),stroke-dashoffset 600ms cubic-bezier(0.4,0,0.2,1);}.line1{stroke-dasharray:60 207;stroke-width:6;} .line2{stroke-dasharray:60 60;stroke-width:6;} .line3{stroke-dasharray:60 207;stroke-width:6;} .opened .line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6;} .opened .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6;}.opened .line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6;}.menu-grid[data-level="1"] > a{display:none;}ul.menu li.menu-grid{display:block;}ul.menu li.menu-grid ul.submenu ul.menu{position:static;opacity:1;transform:translateX(0px);}ul.menu li.menu-grid:hover ul.submenu{display:block;}ul.menu li.menu-grid:hover ul.submenu{min-width:auto;}}div.short_news h3{text-align:center;}div.short_news div.list_news{display:grid;gap:25px;grid-template-columns:repeat(3, minmax(250px, 1fr));}div.short_news div.list_news[data-column="4"]{grid-template-columns:repeat(4, minmax(250px, 1fr));}div.short_news div.list_news[data-column="3"]{grid-template-columns:repeat(3, minmax(250px, 1fr));}div.short_news div.list_news[data-column="2"]{grid-template-columns:repeat(2, minmax(250px, 1fr));}div.short_news h2{text-align:center;}div.short_news div.el{border:0px solid var(--border);background:var(--grey);border-radius:var(--border-radius);padding:0px;overflow:hidden;}div.short_news div.el div.detail{padding:25px;}div.short_news div.el div.detail p.title{font-size:1.5rem;line-height:1.4;font-weight:500;font-family:var(--font);margin-bottom:10px;text-align:left;text-wrap:pretty;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}div.short_news div.el div.detail p.date{font-size:1.1rem;margin-bottom:5px;}div.short_news div.el div.detail p.text{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;margin-bottom:20px;}div.short_news div.el div.detail p.cta{font-weight:600;color:var(--main-color);font-family:var(--font);width:fit-content;position:relative;transition:all .4s;}div.short_news div.el div.detail p.cta:before{content:'';position:absolute;bottom:0px;left:0px;width:0%;height:2px;background:var(--background);transition:all .4s;}div.short_news div.img{max-width:100%;height:300px;max-height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;;}div.short_news div.el div.img img{width:100%;height:auto;max-height:unset;transition:all .4s;}div.short_news div.el:hover div.img img{transform:scale(1.1);transition:all .4s;}div.short_news div.el:hover div.detail p.cta{color:var(--background);transition:all .4s;}div.short_news div.el:hover div.detail p.cta:before{width:100%;transition:all .4s;}div.short_news div.first_news div.img{height:100%;max-height:unset;margin-bottom:0px;}div.short_news div.first_news h2,div.short_news div.first_news h3{text-align:left;}div.short_news div.first_news iframe{width:100%;height:500px;margin-top:20px;border-radius:var(--border-radius);}div.short_news div.first_news div.desc{text-align:left;}div.short_news div.first_news div.desc span{color:initial!important;}div.short_news div.first_news div.desc a,div.short_news div.first_news div.desc a span{text-decoration:underline;font-weight:400;}div.short_news div.first_news div.desc div:nth-child(2n){margin-bottom:20px;}body.news section.news_footer,body.news-en section.news_footer{display:none;}@media screen and (max-width:700px){div.short_news div.list_news{grid-template-columns:1fr!important;}div.short_news div.img{height:200px;max-height:200px;}div.short_news div.el div.detail{padding:20px;}div.short_news div.first_news{flex-wrap:wrap;gap:var(--margin);}}div.short_newsletter form{max-width:700px;margin:0 auto;}div.short_newsletter div.content{display:flex;gap:20px;}div.short_newsletter div.row{flex:1;}div.short_newsletter div.row input[type="email"],div.short_newsletter div.row input[type="text"]{padding:10px;border:1px solid #aaa;width:100%;}div.short_newsletter div.privacy{margin-top:10px;}div.short_newsletter button{height:fit-content;}div.short_newsletter button:hover{background:#555;}@media screen and (max-width:700px){div.short_newsletter div.content{flex-wrap:wrap;}div.short_newsletter div.cta{width:100%;}div.short_newsletter button{width:100%;}}div.short_reviews{display:flex;flex-wrap:wrap;gap:30px;}div.short_reviews div.el{width:calc(100% / 2 - 15px);display:flex;flex-wrap:wrap;align-content:center;gap:10px;padding:30px;border-radius:var(--border-radius);position:relative;background:var(--grey);transition:all .4s;}div.short_reviews div.el div.star{width:100%;text-align:center;color:#FDC74A;}div.short_reviews div.el p.text{width:100%;text-align:center;text-wrap:balance;z-index:2;}div.short_reviews div.el p.firma{width:100%;text-align:center;font-family:var(--font-2);font-weight:600;}div.short_reviews div.el:hover{background:#fff;box-shadow:0 0 50px 0 rgba(0,0,0,.1);transition:all .4s;}div.short_reviews div.el:hover:before{color:var(--background);transform:scale(-1) rotate(180deg);transition:all .4s;}div.google{width:100%;text-align:center;margin-bottom:50px;text-decoration:underline;}div.google img{width:140px;margin-bottom:10px;}@media screen and (max-width:700px){div.short_reviews{flex-wrap:wrap;position:relative;gap:20px;}div.short_reviews div.el{width:100%;padding:20px;}div.short_reviews div.el:before{bottom:0px;}div.google{margin-bottom:30px;}div.google img{width:120px;}}div.short_search{position:relative;width:fit-content;}div.short_search div.input{display:flex;align-items:center;}div.short_search div.input input{padding:12px;width:250px;}div.short_search div.input i.fa-close{display:none;}div.short_search div.suggestion{display:none;position:absolute;top:100%;left:0px;width:100%;background:#fff;z-index:99;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.33);}div.short_search div.suggestion a{display:flex;gap:20px;padding:10px;border-bottom:1px solid #aaa;}div.short_search div.suggestion a:hover{background:#eee;}div.short_search div.suggestion div.img{max-width:60px;}div.short_search div.suggestion img{max-width:100%;}div.short_search a.mobile{display:none;}div.short_search a.closeSearch{display:none;}@media screen and (max-width:700px){div.short_search div.input{width:90%!important;z-index:999;position:fixed;top:50px;left:5%;}div.short_search div.input input{padding:15px;width:100%;}div.short_search div.input i.fa-close{display:block;position:absolute;left:70%;font-size:1.3rem;}div.short_search div.fixedSearch{display:none;}div.short_search div.suggestion{display:block;position:fixed;height:100%;top:0px;background:rgb(0,0,0,0.5);}div.short_search div.suggestion div.allresult{display:none;margin-top:28%!important;}div.short_search div.suggestion div.allresult,div.short_search div.suggestion div.result{background:#fff;width:90%;margin:0px auto;}div.short_search a.mobile{display:flex;font-size:2rem;}}div.short_social{display:flex;justify-content:center;align-items:center;gap:15px;margin-bottom:0px;}div.short_social i.fa{font-size:1.1rem;display:flex;justify-content:center;align-items:center;width:30px;aspect-ratio:1/1;border-radius:var(--border-radius);transition:all .4s;}div.short_social i.fa:hover{background:var(--background);}.footer div.short_social{margin-top:30px;}.footer div.short_social a:before{display:none;}.footer div.short_social i.fa{color:#fff;border:1px solid #fff;width:40px;}.footer div.short_social i.fa:hover{background:var(--main-hover);transition:all .4s;}.footer div.short_social i.fa:hover{color:var(--background);background:#fff;}@media screen and (max-width:700px){div.short_social{justify-content:center;}}