/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Roboto;src:local("Roboto"),url(./Roboto.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}.body{margin:0 auto;width:100%;max-width:1440px;min-width:320px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#181818;color:#fff}.root{width:100%;height:100vh;display:grid}.modal-open{overflow:hidden}.header{width:100%;max-width:1440px;height:90px;padding:30px 50px;box-sizing:border-box;background-color:#181818;box-shadow:0 2px gray;position:fixed;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 768px){.header{padding:20px 40px}}@media screen and (max-width: 640px){.header{padding:20px 25px}}.nav{display:flex;align-items:center;gap:50px;position:relative;transition:.3s ease}@media screen and (max-width: 1024px){.nav{gap:30px}}@media screen and (max-width: 768px){.nav{flex-direction:column;gap:40px}}.nav__link{text-decoration:none;text-transform:uppercase;font-weight:200;font-size:20px;line-height:22px;color:gray;transition:.3s ease}@media screen and (max-width: 768px){.nav__link{font-size:22px;line-height:26px}}.nav__link:hover,.nav__link_active{color:#fff}.logo{max-width:fit-content;margin:0;text-transform:uppercase;text-decoration:none;font-size:25px;font-weight:200;color:gray;transition:.3s ease}@media screen and (max-width: 768px){.logo{font-size:25px}}@media screen and (max-width: 480px){.logo{max-width:200px}}.logo:hover,.logo_active{color:#fff}.burger-button{display:none;transition:opacity .2s linear}@media screen and (max-width: 768px){.burger-button{display:block;width:33px;height:21px;padding:0;border:none;background-color:transparent;position:relative;right:0}}.burger-button:before{content:"";position:absolute;top:0;left:0;width:33px;height:3px;background-color:#fff}.burger-button:after{content:"";position:absolute;bottom:0;left:0;width:33px;height:3px;background-color:#fff}.burger-button:hover{opacity:.8;cursor:pointer}.burger-button__span{position:absolute;top:9px;left:0;width:33px;height:3px;background-color:#fff}.main{width:100%;padding-top:90px;box-sizing:border-box;display:grid;justify-items:center}.scrollup-button{width:50px;height:50px;position:fixed;right:100px;bottom:50px;padding:0;border-radius:10px;background-color:#181818;border:1px solid #808080;box-shadow:2px 2px 5px #00000080;font-size:35px;color:#fff;display:flex;align-items:center;justify-content:center;transition:.3s ease;z-index:100}@media screen and (max-width: 1440px){.scrollup-button{right:50px}}@media screen and (max-width: 768px){.scrollup-button{width:50px;height:50px;right:25px;bottom:30px}}.scrollup-button:after{position:absolute;width:40px;height:44px;content:"➔";transform:rotate(-90deg)}.scrollup-button:hover{cursor:pointer;background-color:#fff;color:#000;transform:translate3d(0,-3px,.01px)}.lead{width:100%;max-width:1440px;padding:50px 100px;box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:center;gap:50px}@media screen and (max-width: 1280px){.lead{padding:50px}}@media screen and (max-width: 1024px){.lead{grid-template-columns:1fr;gap:40px}}@media screen and (max-width: 480px){.lead{padding:50px 20px}}.lead__image{justify-self:center;width:100%;max-width:500px;border-radius:20px;aspect-ratio:2 / 3;object-fit:cover;object-position:center}.lead__article{justify-self:center;padding:0 20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:10px}.lead__title{margin:0;font-weight:200;font-size:30px;line-height:35px;text-align:center;text-transform:uppercase}.lead__text{margin:0;font-weight:200;font-size:20px;line-height:30px;text-align:center;text-transform:uppercase}@media screen and (max-width: 1024px){.lead__title,.lead__text{min-width:100%}}@media screen and (max-width: 480px){.lead__title{font-size:25px}}@media screen and (max-width: 480px){.lead__text{font-size:16px}}.lead__tel{display:block;padding:18px;border-radius:8px;border:1px solid #fff;text-decoration:none;font-weight:200;font-size:35px;line-height:22px;color:#fff;text-align:center;text-transform:uppercase;transition:.3s ease}.lead__tel:hover{background-color:#fff;color:#000;font-weight:300;transform:translate3d(0,-3px,.01px)}.aboutme{max-width:1440px;width:100%;padding:0;box-sizing:border-box;background-color:#181818;color:#fff;display:grid;position:relative}@media screen and (max-width: 1280px){.aboutme{padding:0 50px}}@media screen and (max-width: 480px){.aboutme{padding:0 20px}}.aboutme__title{margin:50px 0 0;font-weight:200;font-size:25px;line-height:30px;color:#fff;text-align:center;text-transform:uppercase}.aboutme__article{padding:50px 100px;box-sizing:border-box;display:grid;gap:50px}@media screen and (max-width: 1280px){.aboutme__article{padding:50px 0 0}}@media screen and (max-width: 768px){.aboutme__article{grid-template-columns:1fr;gap:20px}}.aboutme__figure{margin:0;align-self:flex-start;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media screen and (max-width: 1024px){.aboutme__figure{grid-template-columns:1fr;gap:40px}}@media screen and (max-width: 1024px){.aboutme__figure_reverse{display:flex;flex-direction:column-reverse}}.aboutme__figcaption{display:grid;align-content:flex-start;gap:20px}.aboutme__text{margin:0;font-weight:200;font-size:20px;line-height:26px;color:#fff}.aboutme__image{width:100%;max-width:600px;justify-self:center;aspect-ratio:1 / 1;object-fit:cover;object-position:center;border-radius:12px;background-color:#6e6e6e}@media screen and (max-width: 1024px){.aboutme__image{max-width:500px;align-self:center}}.aboutme__table{width:100%;border-bottom:1px solid #808080;border-top:1px solid #808080;list-style-type:none;margin:0;padding:50px 100px;box-sizing:border-box;display:flex;justify-content:space-between;align-content:space-between;gap:28px;flex-wrap:wrap}@media screen and (max-width: 1280px){.aboutme__table{display:grid;grid-template-columns:1fr 1fr}}@media screen and (max-width: 1024px){.aboutme__table{padding:50px}}@media screen and (max-width: 480px){.aboutme__table{grid-template-columns:1fr}}.aboutme__table-cell{display:flex;flex-direction:column}.aboutme__cell-title{margin:0;font-weight:400;font-size:60px;line-height:80px;text-align:center;color:#fff}@media screen and (max-width: 768px){.aboutme__cell-title{font-size:50px;line-height:60px}}.aboutme__cell-letter{margin:0;font-weight:200;text-align:center;color:#fff}.aboutme__cell-text{margin:5px 0 0;text-transform:uppercase;font-weight:200;font-size:20px;line-height:22px;text-align:center;color:#fff}@media screen and (max-width: 768px){.aboutme__cell-text{font-size:18px;line-height:20px}}.dignity{max-width:1440px;padding:50px 100px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;position:relative}@media screen and (max-width: 1280px){.dignity{padding:50px 50px 0}}@media screen and (max-width: 480px){.dignity{padding:50px 20px 0}}.dignity__title{margin:0;text-transform:uppercase;font-weight:200;font-size:25px;line-height:30px;color:#fff}.dignity__list{list-style-type:none;margin:50px 0 0;padding:0;justify-self:center;display:flex;justify-content:center;gap:30px;flex-wrap:wrap}@media screen and (max-width: 1024px){.dignity__list{margin:30px 0 0;gap:20px}}.dignity__list-item{max-width:390px;padding:50px 25px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-items:center;gap:20px;background:#181818;border:1px solid #f0ece8;box-shadow:0 2px 12px #2b2b2b0f;border-radius:12px}@media screen and (max-width: 1024px){.dignity__list-item{width:100%;max-width:500px}}.dignity__list-title{margin:0;font-weight:200;font-size:25px;line-height:28px;text-align:center;color:#fff}.dignity__list-text{margin:0;font-weight:200;font-size:20px;line-height:24px;text-align:center;color:#bebebe}.photo{width:100%;max-width:1440px;padding:50px 100px;box-sizing:border-box}@media screen and (max-width: 1280px){.photo{padding:50px}}@media screen and (max-width: 768px){.photo{padding:50px 0}}.photo__title{margin:0;text-transform:uppercase;font-weight:200;font-size:25px;line-height:30px;color:#fff;text-align:center}.photo__list{list-style-type:none;margin:0;padding:50px 0 0;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center}@media screen and (max-width: 1024px){.photo__list{padding:30px 0 0}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:999;padding:20px;box-sizing:border-box}.modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer}.modal__content{position:relative;max-width:70%;max-height:70%;display:flex;justify-content:center;align-items:center;z-index:1000}.modal__image-container{position:relative;display:inline-block;max-width:100%;max-height:100%}.modal__image{max-width:100%;max-height:100%;width:auto;height:auto;border-radius:8px;object-fit:contain;z-index:1000}.modal__close,.modal__prev,.modal__next{position:absolute;background:none;border:none;color:#fff;font-size:4rem;z-index:1001;transition:opacity .3s linear;padding:10px}.modal__close{top:20px;right:20px;width:30px;height:30px;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%2018L12%2010L20%202L18%200L10%208L2%200L0%202L8%2010L0%2018L2%2020L10%2012L18%2020L20%2018Z'%20fill='white'/%3e%3c/svg%3e");background-color:transparent;background-repeat:no-repeat;background-position:center;background-size:cover;border:none}.modal__prev{top:50%;left:20px;transform:translateY(-50%)}.modal__next{top:50%;right:20px;transform:translateY(-50%)}.modal__close:hover,.modal__prev:hover,.modal__next:hover{opacity:.5;cursor:pointer}.photo__image{width:100%;max-width:400px;cursor:pointer}@media screen and (max-width: 768px){.photo__image{max-width:500px;cursor:auto}}.carousel{width:100%;max-width:1440px;padding:100px 0;box-sizing:border-box;background-color:#181818;color:#fff;display:grid;justify-content:center;gap:40px}@media screen and (max-width: 1280px){.carousel{padding:75px 0}}@media screen and (max-width: 1024px){.carousel{padding:50px 0 0}}.carousel__title{margin:0;text-transform:uppercase;justify-self:center;font-weight:200;font-size:25px;line-height:30px;color:#fff}.carousel__article{padding:0 50px;box-sizing:border-box;display:flex;align-items:center;gap:20px;transition:all .3s ease}@media screen and (max-width: 768px){.carousel__article{padding:0;position:relative}}.carousel__container{list-style-type:none;margin:0;padding:0;box-sizing:border-box;display:flex;overflow-x:hidden;overflow:hidden;width:100%;max-width:1200px;position:relative}.carousel__track{display:flex;transition:transform .5s ease-in-out;width:100%}.carousel__item{width:25%;flex-shrink:0;display:flex;transition:all .25s linear}@media screen and (max-width: 1024px){.carousel__item{flex:0 0 100%;display:flex;justify-content:center;align-items:center}}.carousel__image{width:100%;max-width:600px;aspect-ratio:3 / 2;object-fit:cover;object-position:center;-ms-overflow-style:none;scrollbar-width:none}@media screen and (max-width: 768px){.carousel__image{max-width:100%}}.left-arrow,.right-arrow{width:100%;max-width:40px;height:40px;padding:0;box-sizing:border-box;border-radius:50%;background-color:transparent;border:none;color:#000;font-size:35px;color:#fff;cursor:pointer;transition:all .3s ease}@media screen and (max-width: 768px){.left-arrow,.right-arrow{color:#000;position:absolute;z-index:1}.left-arrow{left:10px}.right-arrow{right:10px}}.blog__list{width:100%;list-style-type:none;margin:0;padding:0;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,1fr);justify-items:stretch;justify-content:center;gap:25px}@media screen and (max-width: 1024px){.blog__list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.blog__list{grid-template-columns:1fr;justify-items:center}}.blog__item{width:100%;max-width:400px;display:grid;justify-items:center;gap:25px;box-sizing:border-box;border:1px solid #f0ece8;box-shadow:0 2px 12px #2b2b2b0f;border-radius:15px;text-decoration:none}.blog__item-image{width:100%;border-radius:14px 14px 0 0;aspect-ratio:4 / 3;object-fit:cover;object-position:center}.blog__item-text{margin:0;padding:0 25px;font-weight:200;font-size:18px;line-height:20px;color:#fff;text-align:center}.blog__item-button{min-width:80%;margin:0 0 20px;padding:18px 24px;box-sizing:border-box;border-radius:10px;border:1px solid #f0ece8;text-decoration:none;font-weight:200;font-size:18px;line-height:20px;text-align:center;color:#fff;transition:.3s ease}.blog__item-button:hover{cursor:pointer;background-color:#fff;color:#000}.blog{width:100%;max-width:1440px;padding:100px;box-sizing:border-box;display:grid;justify-content:center;gap:25px;color:#000}@media screen and (max-width: 1280px){.blog{padding:50px}}@media screen and (max-width: 1024px){.blog{padding:50px 30px}}@media screen and (max-width: 768px){.blog{padding:50px 20px}}@media screen and (max-width: 320px){.blog{padding:50px 10px}}.article{width:100%;max-width:1000px;margin:50px 0;padding:50px;box-sizing:border-box;display:grid;justify-items:center;gap:30px;border:1px solid #f0ece8;border-radius:12px}@media screen and (max-width: 1024px){.article{margin:0;padding:50px;border:none}}@media screen and (max-width: 768px){.article{padding:50px 25px}}.article__title{margin:0;font-weight:200;font-size:25px;line-height:30px;color:#fff;text-align:center}@media screen and (max-width: 768px){.article__title{font-size:22px;line-height:25px}}.article__image{width:100%;max-width:400px;border-radius:12px;align-self:center;aspect-ratio:3/2;object-fit:cover}.article__text{margin:0;font-weight:200;font-size:18px;line-height:22px;color:#fff}.article__list{padding:0 0 0 20px;margin:0;display:grid;gap:10px}.article__item{margin:0;font-weight:200;font-size:18px;line-height:22px;color:#fff}.article-next{width:100%;margin-top:2rem;padding-top:1rem;border-top:1px solid #f0ece8;text-align:center}.article-next__title{font-size:1.5rem;color:#fff;margin-bottom:2rem;font-weight:200}.article-next__link{display:inline-flex;gap:1rem;text-decoration:none;color:#f0ece8;font-weight:200;font-size:1.2rem;padding:1rem 2.5rem;border:2px solid #f0ece8;border-radius:8px;transition:all .3s ease;background-color:transparent}.article-next__link:hover{background-color:#fff;color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}.article-next__arrow{font-size:1.3rem;font-weight:700}.article-next__text{max-width:100%;text-align:left}@media (max-width: 768px){.article-next{margin-top:2rem;padding-top:1.5rem}.article-next__link{font-size:1.2rem;padding:1rem 1.2rem}.article-next__text{max-width:100%}}.service{width:100%;max-width:1440px;padding:80px 25px;box-sizing:border-box;display:grid;align-items:center;justify-items:center;gap:50px}@media screen and (max-width: 1280px){.service{padding:50px}}@media screen and (max-width: 768px){.service{padding:50px 20px}}.service__title{margin:0 20px;font-weight:200;font-size:25px;line-height:30px;text-align:center;text-transform:uppercase}@media screen and (max-width: 768px){.service__title{font-size:22px;line-height:25px}}.service__list{width:100%;list-style-type:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.service__item{max-width:390px;width:100%}.service__article{height:100%;padding:40px;box-sizing:border-box;border:1px solid #f0ece8;border-radius:12px;display:grid;align-content:flex-start;gap:30px}@media screen and (max-width: 480px){.service__article{padding:40px 20px}}.service__figure{margin:0;padding:20px 20px 0;box-sizing:border-box;display:grid;justify-items:center;gap:15px}.service__figure-title{margin:0;font-weight:200;font-size:22px;line-height:25px;text-align:center;color:#fff}.service__figcaption{margin:0;font-weight:400;font-size:40px;line-height:50px;text-align:center;color:#fff}.service__list-title{margin:0;font-weight:200;font-size:20px;line-height:22px;text-align:center;color:#fff}.service__article-list{list-style-type:none;margin:0;padding:0;display:grid;gap:10px}.service__article-text,.service__article-note{margin:0;font-weight:200;font-size:18px;line-height:20px;color:#fff}.service__note{margin:0;font-weight:200;font-size:18px;line-height:20px;color:#fff;text-align:center}.message{width:100%;max-width:1440px;padding:110px 0;box-sizing:border-box;display:grid;justify-content:center;gap:30px;border-top:1px solid #808080}@media screen and (max-width: 1024px){.message{padding:50px}}@media screen and (max-width: 768px){.message{padding:50px 30px}}.message__title{margin:0;font-weight:200;font-size:25px;line-height:30px;color:#fff;text-align:center}@media screen and (max-width: 768px){.message__title{font-size:22px;line-height:30px}}.message__links{list-style-type:none;margin:0;padding:0;display:flex;align-content:center;justify-content:center;gap:40px}@media screen and (max-width: 768px){.message__links{gap:35px}}.message__item{font-weight:200;font-size:20px;line-height:30px;color:#fff;display:grid;justify-items:center}.message__link{text-decoration:none;text-transform:uppercase;margin-top:10px;width:50px;height:50px;background-color:transparent;border-radius:8px;transition:.3s ease}.message__link:hover{background-color:#fff;transform:translate3d(0,-3px,.01px)}.message__image{width:100%;background-color:transparent;border-radius:8px;object-fit:contain;object-position:center}.questions{width:100%;max-width:1080px;padding:100px 50px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:50px;position:relative}@media screen and (max-width: 1280px){.questions{padding:50px}}@media screen and (max-width: 1024px){.questions{padding:50px 30px}}@media screen and (max-width: 768px){.questions{padding:50px 20px}}.questions:after{position:absolute;content:"";width:100%;top:0;bottom:4%;border-radius:12px;z-index:-1}@media screen and (max-width: 1024px){.questions:after{top:0;bottom:0}}.questions__title{margin:0;font-weight:200;font-size:25px;line-height:30px;color:#fff;text-align:center;text-transform:uppercase}@media screen and (max-width: 768px){.questions__title{font-size:22px;line-height:25px}}.questions__list{width:100%;list-style-type:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:32px}@media screen and (max-width: 768px){.questions__list{gap:20px}}.questions__item{width:100%;max-width:856px;padding:30px 60px;box-sizing:border-box;border-radius:12px;border:1px solid #f0ece8;background-color:#181818;display:flex;align-items:flex-start;gap:24px;transition:ease .3s}@media screen and (max-width: 768px){.questions__item{padding:30px 25px;gap:18px}}@media screen and (max-width: 640px){.questions__item{padding:20px}}.questions__item:hover{cursor:pointer;transform:translate3d(0,-3px,.01px)}.questions__button{cursor:pointer;width:100%;max-width:50px;padding:0;border-radius:6px;border:1px solid #f0ece8;background-color:transparent;box-shadow:0 2px 12px #2b2b2b0f;transition:ease .3s}@media screen and (max-width: 768px){.questions__button{min-width:40px;max-width:40px}}.questions__button_active{border:none;color:#000;background-color:#fff}.questions__button-text{margin:0;box-sizing:border-box;display:block;font-family:Times New Roman,Times,serif;font-weight:200;font-size:45px;line-height:48px;color:#f0ece8;transition:ease .3s}@media screen and (max-width: 768px){.questions__button-text{font-size:35px;line-height:38px}}.questions__button-text_active{font-family:Times New Roman,Times,serif;font-weight:200;font-size:45px;line-height:48px;color:#000;transform:rotate(45deg)}@media screen and (max-width: 768px){.questions__button-text_active{font-size:35px;line-height:37px}}.questions__subtitle{margin:10px 0 15px;font-weight:200;font-size:20px;line-height:26px;color:#f0ece8}@media screen and (max-width: 768px){.questions__subtitle{margin:6px 0 8px}}.questions__subtitle_hover{font-weight:200;color:#fff}.questions__text-wrapper{overflow:hidden;transition:max-height .4s ease,opacity .3s ease;opacity:0}.questions__text-wrapper[style*="max-height: 0px"]{opacity:0}.questions__text-wrapper[style*="max-height:"]:not([style*="0px"]){opacity:1}.questions__text{line-height:1.5;opacity:0;margin:0;font-weight:200;font-size:18px;line-height:22px;color:#fff;animation:fadeIn .3s forwards}@keyframes fadeIn{0%{transform:translateY(-50%)}33%{opacity:0}to{opacity:1;transform:translateY(0)}}.notfound{width:100%;align-self:center;display:flex;flex-direction:column;align-items:center;padding:50px 0 100px;box-sizing:border-box}@media screen and (max-width: 1024px){.notfound{padding:100px 30px 130px}}@media screen and (max-width: 768px){.notfound{padding:50px 30px 75px}}@media screen and (max-width: 320px){.notfound{padding:50px 10px 75px}}.notfound__title{margin:0 0 18px;font-weight:700;font-size:100px;line-height:1.2em;text-align:center;color:#fff}@media screen and (max-width: 768px){.notfound__title{font-size:75px}}.notfound__subtitle{margin:0 0 24px;font-weight:400;font-size:42px;line-height:58px;text-align:center}@media screen and (max-width: 768px){.notfound__subtitle{font-size:30px;line-height:36px}}.notfound__text{margin:0 0 32px;font-weight:400;font-size:20px;line-height:30px;color:#6e6e6e;text-align:center}@media screen and (max-width: 768px){.notfound__text{font-size:20px;line-height:22px}}.notfound__link{display:block;text-decoration:none;padding:20px 25px;box-sizing:border-box;border-radius:10px;background-color:gray;text-transform:uppercase;font-weight:400;font-size:20px;line-height:22px;color:#fff;text-align:center;transition:.3s ease}.notfound__link:hover{cursor:pointer;background-color:#fff;color:#000;transform:translate3d(0,-3px,.01px)}.footer{width:100%;align-self:flex-end;display:flex;flex-direction:column;align-items:center}.footer__list{width:100%;max-width:1440px;border-top:1px solid #808080;list-style-type:none;margin:0;padding:40px 0;display:flex;justify-content:center;align-items:center;gap:40px}@media screen and (max-width: 768px){.footer__list{flex-direction:column;align-items:center}}.footer__link{min-height:40px;height:100%;text-decoration:none;text-transform:uppercase;font-style:normal;font-weight:200;font-size:20px;line-height:22px;color:gray;transition:.3s ease}.footer__link:hover{cursor:pointer;color:#fff;transform:translate3d(0,-3px,.01px)}.footer__bottom{width:100%;border-top:1px solid #808080;padding:40px 0;box-sizing:border-box;display:flex;justify-content:center;align-items:center;margin:0;text-transform:uppercase;font-weight:200;font-size:14px;line-height:18px;color:#6e6e6e;text-align:center}@media screen and (max-width: 1280px){.footer__bottom{padding:35px 50px 40px}}@media screen and (max-width: 1024px){.footer__bottom{padding:35px 30px 40px}}@media screen and (max-width: 768px){.footer__bottom{padding:35px 10px 40px}}.popup-menu{position:fixed;top:0;right:0;width:100%;height:100vh;z-index:100;overflow-y:hidden;display:grid;align-content:center;background-color:#181818}.close-button{position:fixed;top:30px;right:40px;width:33px;height:33px;padding:0;border:none;background-color:transparent}@media screen and (max-width: 640px){.close-button{right:28px}}.close-button:hover{opacity:.7;cursor:pointer}.close-button:before,.close-button:after{position:absolute;content:" ";bottom:0;top:0;height:33px;width:3px;background-color:#fff}.close-button:before{transform:rotate(45deg)}.close-button:after{transform:rotate(-45deg)}
