.header{z-index:10;width:100%}.header .container{display:flex}@media screen and (max-width:700px){.header .container{gap:20px}}.header-top{display:flex;height:110px;background:var(--white);border-bottom-right-radius:50px 20px;border-bottom-left-radius:50px 20px;box-shadow:0 2px 11px 1px rgba(0,0,0,.15);margin:0 auto}@media screen and (max-width:860px){.header-top{height:90px}.header-top .container{padding:0 15px;height:90px}}.header-information{flex-grow:1;display:flex;align-items:center;justify-content:space-between;padding:0 0 0 120px;max-width:980px;margin-left:auto}@media screen and (max-width:1100px){.header-information{justify-content:flex-end}}@media screen and (max-width:900px){.header-information{padding:0}}.header-information__item{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:5px}.header-information__item svg{flex-shrink:0}.header-information__item:nth-child(2){align-items:end}@media screen and (max-width:1420px){.header-information__item:nth-child(2){align-items:end}}@media screen and (max-width:1100px){.header-information__item{display:none}}@media screen and (max-width:420px){.header-information__item{font-size:18px}}.header-information__title{font-weight:600}.header-information__text{font-weight:300;display:inline-flex;gap:5px;align-items:center}.nav{width:100%;max-width:1100px;height:60px;border-radius:30px;position:relative;margin:42px auto 0;background:var(--white);box-shadow:0 2px 11px 1px rgba(0,0,0,.15)}.nav:after,.nav:before{content:none}.nav ul{width:100%;height:100%;gap:120px;display:flex;align-items:center;justify-content:center;text-decoration:none;list-style:none}.nav__item{height:auto;display:inline-block;font-weight:500}.nav__item--active{font-weight:700}.header--mp{position:absolute;top:0}.header--mp .container{padding-right:0}.header--mp .header-information{box-shadow:0 2px 15px 10px rgba(0,0,0,.15);padding:0 120px;background:var(--white);border-radius:0 0 210px 210px}@media screen and (max-width:1420px){.header--mp .header-information{border-radius:0 0 0 210px;padding:0 30px 0 120px}}@media screen and (max-width:1100px){.header--mp .header-information{justify-content:end;gap:6px;padding:0 30px 0 65px!important;grid-template-columns:1fr;justify-items:end;align-content:center}}@media screen and (max-width:860px){.header--mp .header-information{padding:0 15px!important}}@media screen and (max-width:600px){.header--mp .header-information{background:rgba(0,0,0,0);box-shadow:none;padding:0 15px 0 0!important;color:var(--white)}}@media screen and (max-width:1100px){.header--mp .header-information__item{align-items:end!important}.header--mp .header-information__item:nth-child(2){display:flex}}.header--mp .header-information__item:nth-child(2){align-items:center}@media screen and (max-width:1420px){.header--mp .header-information__item:nth-child(2){align-items:end}}.header--mp .nav{background:rgba(0,0,0,0);box-shadow:none}.header--mp .nav:after,.header--mp .nav:before{content:""}.header--mp .nav__item{color:var(--white)}.header--mp .header-top{background:rgba(0,0,0,0);border-radius:0;box-shadow:none}.header--mp .logo{color:var(--white)}.header--mp .logo__bg{height:106px;width:106px;display:flex;justify-content:center;align-items:center;position:relative}@media screen and (max-width:860px){.header--mp .logo__bg{height:80px;width:80px}}@media screen and (max-width:420px){.header--mp .logo__bg{height:70px;width:70px}}.header--mp .logo__bg .glass{width:100%;height:100%}@media screen and (max-width:600px){.header--mp .logo p{display:none}.header--mp .header-burger div{background:var(--white)}.header--mp svg path{fill:var(--white)}}.header-burger{width:50px;height:50px;display:none;justify-content:center;align-items:center;flex-direction:column;gap:8px;z-index:6}.header-burger div{height:2px;width:20px;background:#000}@media screen and (max-width:1100px){.header-burger{display:flex}}.header--menu-open .nav{transform:translateX(0)}@media screen and (max-width:1100px){.nav{z-index:5;transition:.5s;transform:translateX(100%);height:100svh;position:fixed;margin-top:0;top:0;left:0;box-shadow:none;background:var(--white)!important;border-radius:0}.nav:after,.nav:before{content:none!important}.nav ul{flex-direction:column;gap:40px}.nav__item{color:var(--dark)!important}}