html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}*{box-sizing:border-box}body{color:#fff;font-family:TildaSans,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}html{scroll-behavior:smooth}.flex{display:flex}.direction-column{flex-direction:column}.align-center{align-items:center}.justify-center{justify-content:center}.space-between{justify-content:space-between}strong{font-weight:700}section{padding:120px 0 90px;color:#000;font-size:22px}@media (max-width: 1025px){section{padding:120px 0 90px}}section h2{margin-top:10px}section img{width:50%;padding-left:40px}@media (max-width: 1025px){section img{width:100%;padding-left:0;margin-top:30px}}section .price{color:#666;margin:22px 0 42px}section .description{line-height:32px}section.section-with-background{background:#e8e4e4}h1{font-weight:600;font-size:34px}p{font-weight:300}.section_container{max-width:1200px;margin:0 auto}@media (max-width: 1025px){.section_container{flex-direction:column}}.block-with-border{border:1px solid #1a1a1a;padding:40px;border-radius:9px;margin-top:24px;font-weight:300;font-size:20px;max-width:800px}.block-with-border ul{line-height:34px;margin:12px 0}.block-with-border_heading{font-weight:700;margin-bottom:16px}.block-with-border_you-will-get{margin-top:60px}footer{background:#1a1a1a;height:70px;display:flex;justify-content:center;align-items:center}footer div{opacity:.5;transition:opacity .3s}footer div:hover{opacity:1}footer a{color:#fff}.header{width:100%;position:fixed;color:#fff;height:80px;background-color:#00000080;box-shadow:#0000 0 1px 3px;z-index:1;display:flex;justify-content:space-between;align-items:center}@media (max-width: 1025px){.header{background:#1a1a1a}}.header__nav{font-size:16px;font-weight:600;padding-left:40px}@media (max-width: 1025px){.header__nav{display:none}}.header__nav a{color:#fff;text-decoration:none}.header__nav a:last-child{margin-left:30px}.header__logo{font-size:24px;font-weight:600;position:absolute;top:50%;left:50%;color:#fff;transform:translate(-50%,-50%)}@media (max-width: 1025px){.header__logo{left:20px;transform:translateY(-50%)}}.header__socials{padding-right:20px}@media (max-width: 1025px){.header__socials{display:none}}.header__socials a:last-child{margin-left:10px}.header__lang{padding-right:40px}@media (max-width: 1025px){.header__lang{display:none}}.header__lang-select-current{font-size:16px;display:flex;align-items:center;cursor:pointer;position:relative;width:42px}.header__lang-select-current svg{position:absolute;right:0;top:3px;transition:transform .3s ease}.header__lang-select-current svg.active{transform:rotate(180deg)}.header__lang-select-dropdown{width:60px;background:#fff;position:absolute;top:30px;left:0;border:1px solid #E8E4E4}.header__lang-select-dropdown div{padding:10px 15px;color:#000}.header__lang-select-dropdown div:hover{background:#e8e4e4}.header__mobile-menu{opacity:0;transition:opacity .4s ease,transform .4s ease;pointer-events:none;background:#000;width:100%;padding:40px 0;display:flex;justify-content:center;flex-direction:column;align-items:center;position:fixed;top:80px;left:0;color:#fff}@media (min-width: 1025px){.header__mobile-menu{display:none}}.header__mobile-menu-nav{display:flex;flex-direction:column;text-align:center}.header__mobile-menu-nav a{color:#fff;font-size:16px;font-weight:600}.header__mobile-menu-nav a:last-child{margin-top:20px}.header__mobile-menu-socials{margin-top:40px;width:70px;display:flex;justify-content:space-between}.header__mobile-menu-lang{display:flex;font-size:16px;margin-top:40px}.header__mobile-menu-lang div{cursor:pointer}.header__mobile-menu-lang div:first-child{margin-right:5px}.header__mobile-menu-lang div.active{text-decoration:underline}.header__mobile-menu.active{opacity:1;pointer-events:auto}.header #toggle{display:none}.header .menu-toggle{display:none;width:25px;height:15px;position:relative;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:4px;margin-right:20px}@media (max-width: 1025px){.header .menu-toggle{display:flex}}.header .bar{width:100%;height:2px;background-color:#fff;border-radius:1px;transition:.4s ease;position:relative}.header #toggle:checked+.menu-toggle .bar:nth-child(1){transform:rotate(45deg);position:absolute;top:6.5px}.header #toggle:checked+.menu-toggle .bar:nth-child(2){opacity:0}.header #toggle:checked+.menu-toggle .bar:nth-child(3){transform:rotate(-45deg);position:absolute;top:6.5px}.main{position:relative;height:100vh;overflow:hidden;padding:0}@media (max-width: 1025px){.main{height:auto}}.main__triangle{width:10vw;height:33vh;background:#1a1a1a;position:absolute;top:0;left:0;clip-path:polygon(0 0,100% 0,0 100%,0% 100%)}@media (max-width: 1025px){.main__triangle{display:none}}.main__image{height:100vh;width:58%}@media (max-width: 1025px){.main__image{width:100%}}.main__image div{background-image:url(/assets/333-DlL0FTsm.webp);background-repeat:no-repeat;background-size:cover;background-position:100% 42%;height:100%;margin-left:-250px}@media (max-width: 1025px){.main__image div{margin-left:0}}.main__text{position:absolute;top:0;right:0;width:69%;height:100%;background-color:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;clip-path:polygon(39% 0,100% 0,100% 100%,0% 100%)}@media (max-width: 1025px){.main__text{position:static;clip-path:none;width:100%;padding:40px 0}}.main__text .content{text-align:center;padding-left:12vw}@media (max-width: 1025px){.main__text .content{padding-left:0}}.main__text h1{font-size:46px;font-weight:600;margin-bottom:12px}.main__text p{font-size:32px;line-height:36px;-webkit-font-smoothing:antialiased;font-weight:300}.intro h1{margin-bottom:40px;text-align:center}.intro div{line-height:32px;padding:0 5vw}.services__tooltip{font-size:16px;margin-top:12px}.services ul{margin-top:60px;line-height:30px;list-style-type:disc;padding-left:20px}.services ul a{text-decoration:none;color:#1a1a1a;font-weight:700}.dna_description{margin-top:60px;border:2px solid black;padding:25px 20px;line-height:32px}@media (max-width: 1280px){.menu,.services,.wardrobe,.dna,.shopping,.suitcase,.clothes{padding-left:40px;padding-right:40px}}@media (max-width: 1025px){.menu,.services,.wardrobe,.dna,.shopping,.suitcase,.clothes{padding-left:5vw;padding-right:5vw}}
