@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active,
:focus {
    outline: none;
}
a:active,
a:focus {
    outline: none;
}
aside,
footer,
header,
nav {
    display: block;
}
body,
html {
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 0.5208333333vw;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
    font-family: inherit;
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
a:visited {
    text-decoration: none;
    color: #0a0a0b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:hover {
    text-decoration: none;
    color: #0a0a0b;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
@font-face {
    font-family: "I", sans-serif;
    src: url("../fonts/Inter-Regular.eot");
    src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"),
        url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "M", sans-serif;
    src: url("../fonts/Manrope-Medium.eot");
    src: url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype"),
        url("../fonts/Manrope-Medium.svg#Manrope-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "I", "Arial", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.4rem;
}
.section h3 {
    font-family: "I", "Arial", sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 3.52rem;
}
.section__header {
    font-family: "M", "Arial", sans-serif;
    font-size: 9.6rem;
    font-weight: 500;
    line-height: 7.6rem;
}
body {
    background: #f5f5f5;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header {
    height: 6.25vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4rem;
    border-bottom: 1px solid #000;
    position: sticky;
    z-index: 2;
    background: #f5f5f5;
}
.header__mobile {
    display: none;
}
.header__menu {
    background: #f5f5f5;
    margin-left: auto;
}
.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
}
.header__menu ul li a {
    display: block;
    position: relative;
}
.header__menu ul li.current-menu-item a:after {
    width: 100%;
}
.header__menu ul li a:hover:after {
    width: 100%;
}
.header__menu ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 2px;
    background: #000;
}
.main {
    height: 78.4375vh;
}
.main__logo {
    height: 100%;
    z-index: 3;
    position: absolute;
    height: 100vh;
    top: -6.25vh;
    width: 44.5rem;
    margin-left: 19.5rem;
    height: 100%;
    background: #f5f5f5;
    -webkit-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.0588235294);
    box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.0588235294);
    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;
}
.main__logo img {
    width: 36.5rem;
}
.main__video {
    height: 100%;
    position: relative;
}
.main__video video {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.main__video img{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.main__mobile{
	display: none;
}
.section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4rem;
    height: 78.4375vh;
}
.section__header {
    margin-bottom: 6rem;
}
.section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
    height: 100%;
}
.section__left {
    width: 56rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	align-items:flex-start;
}
.section__left h3 a {
    display: inline-block;
    position: relative;
}
.section__left h3 a:hover:after {
    width: 100%;
}
.section__left h3 a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    height: 2px;
    background: #000;
}
.section__logos {
    margin-top: auto;
    gap: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section__logos img {
    height: 10.5rem;
}
.section__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-adout__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.section-adout__text p {
    max-width: 75.5rem;
}
.section-adout__text p:last-child {
    text-align: left;
}
.section-adout .section__content{
    flex-direction: column;
}
.section-adout h3{
    width: 75.5rem;
}
.section-adout .section__content .section__left{
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    height: auto;
}
.section-adout .section__content .section__right{
    flex-direction: row;
    height: auto;
}
.section-biography .section__content {
    gap: 4rem;
}
.section-biography .section__header {
    margin-bottom: 1rem;
    line-height: 9.6rem;
    margin-top: -1rem;
}
.section-biography .section__center,
.section-biography .section__left {
    width: 100%;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-biography .section__center {
    gap: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-biography .section__right {
    width: 100%;
}
.section-biography .section__right img {
    height: auto;
    width: 100%;
}
.section-assets {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-assets .section__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
}
.section-assets .section__content .section__left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.section-assets .section__content .section__left h2 {
    margin-bottom: 0;
}
.section-assets .section__content .section__right {
    width: 60.9rem;
}
.section-assets__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vh 4rem;
}
.section-assets__item {
    width: 90rem;
    height: 20.4rem;
    padding: 3rem;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
}
.section-assets__item img {
    width: 22rem;
    height: 3.9rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-contacts .section__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-contacts .section__content h3 {
    margin-bottom: 1.6rem;
}
.section-contacts .section__logos h3 {
    margin-bottom: 0;
}
.section-contacts .section__content a{
	font-family: "I", "Arial", sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 3.52rem;
	position:relative;
}
.section-contacts .section__content a:hover:after {
    width: 100%;
}
.section-contacts .section__content a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 2px;
    background: #000;
}
.section-contacts .section__left {
    width: auto;
}
.section-contacts .section__right {
    width: auto;
    overflow: hidden;
}
.section-contacts .section__right img {
    height: auto;
    width: 100%;
}
.line {
    height: 1px;
    width: 100%;
    background: #000000;
}
.footer {
    position: sticky;
    z-index: 4;
    height: 15.3125vh;
    background: #010101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0rem 4rem;
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__link a {
    color: #f5f5f5;
    position: relative;
    font-size: 1.6rem;
}
.footer__link a:hover:after {
    width: 100%;
}
.footer__link a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 2px;
    background: #fff;
}
.footer__cookie {
    margin-left: auto;
    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;
    gap: .6rem;
}
.footer__cookie span {
    color: #666666;
    font-size: 1.6rem;
}
.privacy-policy {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: -100vh;
    width: 100%;
    height: 100vh;
    background: #f5f5f5;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.privacy-policy.active {
    bottom: 0;
}
.privacy-policy__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.privacy-policy__close span {
    position: relative;
    cursor: pointer;
}
.privacy-policy__close span:hover:after {
    width: 100%;
}
.privacy-policy__close span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 2px;
    background: #000;
}
.privacy-policy__content {
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12.6rem;
}
.privacy-policy__content p {
    width: 80.4rem;
}
.privacy-policy__logos {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
}
.privacy-policy__logos img {
    height: 6.9rem;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    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;
    background: #f5f5f5;
}
.loader,
.loader:after {
    overflow: hidden;
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(17, 234, 155, 0.2);
    border-right: 1.1em solid rgba(17, 234, 155, 0.2);
    border-bottom: 1.1em solid rgba(17, 234, 155, 0.2);
    border-left: 1.1em solid #11ea9b;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.slideTo {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: slideTo 1.5s ease forwards;
    animation: slideTo 1.5s ease forwards;
}
.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn 3s ease forwards;
    animation: fadeIn 3s ease forwards;
}
.line {
    width: 0;
    -webkit-animation: line 3s ease 3s forwards;
    animation: line 3s ease 3s forwards;
}
.d-4000 {
    -webkit-animation-delay: 4000ms;
    animation-delay: 4000ms;
}
.d-3500 {
    -webkit-animation-delay: 3500ms;
    animation-delay: 3500ms;
}
.d-3000 {
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
}
.d-2500 {
    -webkit-animation-delay: 2500ms;
    animation-delay: 2500ms;
}
.d-2000 {
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes slideTo {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@keyframes slideTo {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes line {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes line {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.m-hide{
    display: block;  
}
.mobile{
    display: none; 
}
.not-found{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.not-found img{
    width: 43rem;
}
@media(max-width: 1025px){
    .section-adout .section__content .section__right{
        flex-direction: column;
    }
	html, body {
	  font-size: 2.6666666667vw;
      overflow: visible;
	}
    body{
        font-size: 1.6rem;
        line-height: 1.7rem;
        height: auto;
    }
    body.hidden{
        overflow: hidden;
    }
	.main{
        display: flex;
        flex-direction: column;
        height: calc(var(--vh, 1vh) * 91.0045);
        margin-top: calc(var(--vh, 1vh) * 8.9955);
	}
	.header{
        height: calc(var(--vh, 1vh) * 8.9955);
        padding: 0;
        border-bottom: none;
        position: fixed;
        width: 100%;
        transition: .3s;
	}
    .header__menu{
        display: none;
    }
    .header__logo{
        display: block;
        width: 6.7rem;
        
    }
    .header__logo img{
        width: 6.7rem;
        height: auto;
    }
	.footer{
        height: calc(var(--vh, 1vh) * 21.7391);
        padding: 0 1.2rem;
	}
    .footer__wrapper{
        flex-direction: column;
    }
    .footer__cookie{
        gap:0;
        align-items: flex-start;
        margin-left: 0;
    }
	.main__logo{
		display: none;
	}
	.main__mobile{
		display: block;
		background: #f5f5f5;
        height: 100%;
        padding: 0rem 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
	}
    .main__mobile h3{
        font-size: 2.4rem;
        line-height: 2.6rem;
    }
	.main__video{
        display: block;
		height: calc(var(--vh, 1vh) * 65);
        overflow: hidden;
        width: 100%;
        margin-top: calc(var(--vh, 1vh) * (-8.9955));
        flex-shrink: 0;
	}
    .main__video video{
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto;
    }
    .main__video img{
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .footer__link{
        margin-bottom: 1rem;
    }
    .footer__cookie{
        gap:.5rem;
    }
    .footer__link a, .footer__cookie span{
        font-size: 1.6rem;
        line-height: 1.7rem;
    }
    .section__header{
        font-size: 3.6rem;
        line-height: 3.6rem;
        margin-bottom: 3rem;
    }
    .section{
        padding: 3rem 1.2rem;
    }
    .privacy-policy{
       bottom: calc(var(--vh, 1vh) * -100);  
       height: calc(var(--vh, 1vh) * 100); 
    }
    .privacy-policy__content{
        margin-top: 3rem;   
        flex-direction: column;
        gap:3rem;
    }
    .privacy-policy__content p{
        width: 100%;    
    }
    .privacy-policy__logos{
        gap:2rem;
    }
    .privacy-policy__logos img{
        height: 4rem;   
    }
    .m-hide{
        display: none;  
    }
    .mobile{
        display: block; 
    }
    .section__left{
        width: 100%;    
    }
    .section__logos{
        margin-top: 0;  
    }
    .section-adout{
        margin-top: calc(var(--vh, 1vh) * 8.9955);
        height: 100%;   
    }
    .section__content{
        gap:0;
        flex-direction: column; 
    }
    .section-adout__text{
        flex-direction: column; 
        gap:3rem;

    }
    .section-adout__text p{
        width: 100%;    
    }
    .section-adout__text p:last-child{
        text-align: left;
    }
    .section-adout .line{
        margin-top: 3rem;   
        margin-bottom: 3rem;    
    }
    .section-adout .section__content{
        flex-direction: column-reverse; 
        gap:3rem;
    }
    .section.section-biography,.section-assets,.section-adout{
        height: 100%;
        margin-top: calc(var(--vh, 1vh) * 8.9955);
    }
    .section-biography .section__right{
        width: 100%;    
        height: calc(var(--vh, 1vh) * 53.5);  
        overflow: hidden;  
        transition: .3s; 
    }
    .section-biography .section__right img{
        width: 100%;   
        height: auto;   
    }
    .section-biography .section__header{
        line-height: 3.6rem;    
        margin-bottom: 0;    
    }
    .section-biography .section__content{
        gap:3rem;
    }
    .section-biography .uniq{
        font-size: 2.4rem;  
        line-height: 2.6rem;    
    }
    .section-biography .section__center, .section-biography .section__left{
        gap:3rem;
    }
    .section-assets .section__content .section__right{
        width: 100%;    
    }
    .section-assets .section__content .section__right p{
        font-size: 2.4rem;   
        line-height: 2.6rem;    
    }
    .section-assets .section__content .section__left h2{
        margin-bottom: 3rem;    
    }
    .section-assets .line{
        margin-top: 3rem;   
        margin-bottom: 3rem;    
    }
    .section-assets__item{
        gap:3rem;
    }
    .section-assets__item{
        width: 100%;    
        height: auto;   
        flex-direction: column;
        height: 27rem;
        padding: 3rem;  
    }
    .section-contacts{
        margin-top: calc(var(--vh, 1vh) * 8.9955);
        height: calc(var(--vh, 1vh) * 69.265);
    }
    .section-contacts .section__content{
        flex-direction: column; 
    }
    .section-contacts .section__left{
        height: auto;
        flex-shrink: 0;
    }
    .section-contacts .section__right{
        position: relative; 
        height: 100%;       
    }
    .section-contacts .section__right img{
        width: 100%;    
        height: auto;
        position: absolute; 
        top: 50%;   
        left: 50%;  
        transform: translate(-50%,-50%);    
    }
    .section-contacts h3,.section-contacts .section__content a{
        font-size: 2.4rem;
        line-height: 2.6rem;      
    }
	.section-contacts .section__content a{
		margin-bottom: 2rem;
	}
    .section-contacts .section__logos{
        margin-top: 0rem;   
    }
    .section-contacts .section__content h3{
        margin-bottom: 1rem;    
    }
    .burger {
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .burger svg {
      width: 3.8rem;
      height: 3rem;
    }
    .burger path {
      -webkit-transition: -webkit-transform 0.25s;
      transition: -webkit-transform 0.25s;
      transition: transform 0.25s;
      transition: transform 0.25s, -webkit-transform 0.25s;
    }
    .burger.active path:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: 10px 16px;
              transform-origin: 10px 16px;
    }
    .burger.active path:nth-of-type(2) {
      display: none;
    }
    .burger.active path:nth-of-type(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: 7px 15px;
              transform-origin: 7px 15px;
    }
    .header{
        z-index: 5;
    }
    .header__menu{
        display: flex;
        width: 100%;
        top: -120vh;
        left: 0;
        height: calc(var(--vh, 1vh) * 91.0045);
        position: absolute;
        background: #f5f5f5;
        flex-direction: column;
        justify-content: center;
        gap:3rem;
        justify-content: flex-start;
        padding-top: 7rem;
        align-items: center;
        z-index: 10;
        transition: .6s;
    }
    .header__menu.active{
        top: calc(var(--vh, 1vh) * 8.9955);
    }
    .header__menu ul{
        flex-direction: column;
        gap:3rem;
    }
    .header__menu ul li a{
        text-align: center;
        font-size: 3.6rem;
        line-height: 3.6rem;
    }
    .header__mobile{
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #000;
        padding: 0 1.2rem;
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: sticky;
        z-index: 11;
        background: #f5f5f5;
    }
    .header__menu ul li a:hover:after {
        display: none;
    }
    .header__menu ul li.current-menu-item a:after {
        width: 0%;
    }
    .section-assets__item img{
        width: 17rem;
        height: auto;
    }
    .not-found{
        height: calc(var(--vh, 1vh) * 100);
    }
    .not-found img{
        width: 30rem;
    }
}