 .page.not-auth {
     font-family: "Inter", sans-serif;
     font-optical-sizing: auto;
     font-weight: 400;
     font-style: normal;
     color: #555555;
     line-height: 1.4;
     font-size: 16px;
 }

 .page.not-auth * {
     font-family: "Inter", sans-serif;
 }

 .page.not-auth .fa,
 .page.not-auth .fas,
 .page.not-auth .fa-classic,
 .page.not-auth .fa-solid,
 .page.not-auth .far,
 .page.not-auth .fa-regular {
     font-family: var(--fa-style-family, "Font Awesome 6 Free");
 }

 .page a {
     transition: .3s ease-in-out;
 }

 .wrapper.page.not-auth .main {
     padding: 0;
 }

 .wrapper.page.not-auth .container {
     max-width: 1280px;
     padding: 0 60px;
     margin: 0 auto
 }

 .not-auth .header__right {
     display: flex;
     align-items: center;
     gap: 32px;
     margin-left: auto;
 }

 .wrapper.page.not-auth .lang {
     display: flex;
     align-items: center;
     justify-content: flex-end;
     font-size: 14px;
     text-transform: uppercase;
     color: #9E9EA7;
     text-align: right
 }

 .wrapper.page.not-auth .lang a,
 .wrapper.page.not-auth .lang span {
     color: #9E9EA7;
 }

 .wrapper.page.not-auth .lang .active {
     color: #252525;
     font-weight: 600;
 }

 .wrapper.page.not-auth .lang span {
     margin: 0 8px
 }

 .not-auth .link-contacts {
     font-weight: 600;
     color: #252525;
     font-size: 14px;
 }

 .not-auth .header__top-menu {
     background: rgba(255, 255, 255, 0.6);
     border-radius: 40px;
     padding: 14px 30px;
     position: fixed;
     backdrop-filter: blur(8px);
 }

 .not-auth .header__top-menu_fixed {
     box-shadow: 0px 4px 8px 0px #00000014;
 }

 .not-auth .header__top-menu .link {
     color: #252525;
 }

 .not-auth .header__top-menu .link.js-link-anchor_active {
     color: #5561F0;
 }

 .not-auth .header .header__top-menu .menu__item {
     margin-right: 0;
 }

 .page.not-auth .header .header__top-menu .menu {
     padding-right: 0;
     margin-left: unset;
     display: flex;
     gap: 20px;
 }

 .not-auth .link_hidden,
 .not-auth .menu__item_hidden {
     display: none;
 }

 .not-auth .js-link-anchor:hover,
 .not-auth .link-contacts:hover {
     color: #2A37D2;
 }

 .not-auth .js-link-anchor.js-link-anchor_active,
 .not-auth .link-contacts.link-contacts_active {
     color: #5561F0;
 }

 .page.wrapper {
     background: #EEEFFD;
 }

 .page.not-auth .btn.btn-sm {
     padding: 11px 22px;
     height: auto;
     border-radius: 40px;
     font-family: "Inter", sans-serif;
 }

 .page.not-auth .btn {
     font-weight: 600;
 }

 .not-auth .header__enter {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 10px;
     border: 1px solid #5561F0;
 }

 .not-auth .header__enter:hover {
     border: 1px solid #2A37D2;
 }

 .not-auth .header__user-icon {
     --size: 24px;
     width: var(--size);
     height: var(--size);
     display: block;
     background: url('../images/main/user-icon@2x.png') no-repeat;
     background-size: cover;
     background-position: 0 0;
 }

 .not-auth .header__enter:hover .header__user-icon {
     background-position: 0 -27px;
 }

 .page.wrapper.not-auth:before {
     display: none;
 }

 .page.not-auth .first .container {
     background: none;
     padding-top: 0;
     padding-bottom: 0;
 }

 .page.wrapper.not-auth .header {
     background: none;
 }

 .page.not-auth .header__inner {
     display: none
 }

 .page.not-auth .header .menu,
 .page.not-auth .header__profile {
     color: #fff
 }

 .page.not-auth .header__profile .profile {
     display: none
 }

 .page.not-auth .header__button {
     display: block
 }

 .page.not-auth .header .menu {
     padding-right: 30px;
     margin-left: auto;
 }

 .page.not-auth .header__content {
     height: 70px;
 }

 .page.not-auth .header__logo {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 .not-auth .header__content:has(.header__content-top) {
     flex-direction: column;
 }

 .not-auth .header__content-top,
 .not-auth .header__content-bottom {
     display: flex;
     width: 100%;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 10px;
 }

 .not-auth .header__content-top .header__logo {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 .not-auth .header__content-bottom {
     margin-top: 25px;
     height: 50px;
 }

 .not-auth .th-menu-mobile,
 .not-auth .header__bottom,
 .not-auth .header__logo_mobile {
     display: none;
 }

 .page.not-auth .logo img {
     max-width: 118px;
 }

 @media screen and (max-width: 1080px) {
     .page.not-auth .header {
         padding-top: 37px;
     }

     .page.not-auth .lang .active {
         color: #252525 !important;
     }
 }

 @media screen and (max-width: 1165px) {
     .wrapper.page.not-auth {
         padding-bottom: 0;
     }

     .page.not-auth .header .lang,
     .page.not-auth .header .header__button {
         display: block;
     }
 }

 @media screen and (max-width: 1280px) {
     .not-auth .th-menu-mobile {
         display: block;
     }

     .not-auth .th-menu-mobile {
         --size: 48px;
         width: var(--size);
         height: var(--size);
         border-radius: 100%;
         background: rgba(255, 255, 255, 0.6);
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         gap: 4px;
         position: fixed;
         top: 46px;
         right: 23px;
         z-index: 100;
         cursor: pointer;
     }

     .not-auth .th-menu-mobile_open {
         background: #EEEFFE;
     }

     .not-auth .th-menu-mobile__line {
         width: 18px;
         height: 2px;
         background: #5561F0;
         border-radius: 20px;
         transition: .3s ease-in-out;
     }

     .not-auth .th-menu-mobile.th-menu-mobile_open .th-menu-mobile__line_center {
         display: none;
     }

     .not-auth .th-menu-mobile.th-menu-mobile_open .th-menu-mobile__line_top {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%) rotate(45deg);
     }

     .not-auth .th-menu-mobile.th-menu-mobile_open .th-menu-mobile__line_bottom {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%) rotate(-45deg);
     }

     .not-auth .header__bottom {
         display: block;
         margin-top: 15px;
         display: flex;
         flex-direction: column;
         gap: 15px;
     }

     .wrapper.page.not-auth .lang {
         text-align: left;
         font-size: 32px;
         font-weight: 600;
         display: block;
     }

     .page.not-auth .header .header__button {
         margin-top: 60px;
     }

     .wrapper.page.not-auth .lang span {
         margin: 0;
     }

     .not-auth .header__right {
         display: none;
     }

     .not-auth .header__top-menu {
         display: flex;
         position: fixed;
         right: -150%;
         transition: right .5s ease-in-out;
         top: 0;
         width: 95%;
         height: 100%;
         background: #fff;
         border-radius: 0;
         z-index: 4;
         flex-direction: column;
         justify-content: flex-end;
         padding: 30px 30px 30px 46px;
     }

     .not-auth .header__top-menu.header__top-menu_open {
         right: 0;
     }

     .page.not-auth .header .header__top-menu .menu {
         flex-direction: column;
         gap: 15px;
     }

     .not-auth .header__top-menu .link,
     .not-auth .link-contacts {
         font-weight: 600;
         font-size: 32px;
         color: #252525;
     }

     .page.not-auth .header__logo.header__logo_mobile {
        display: block;
         position: fixed;
         left: 50%;
         top: 40px;
         transform: translate(-50%, 0);
         margin-left: -4%;
         opacity: 0;
         transition-delay: 0;
         transition: none;
     }

     .page.not-auth .header__top-menu_open .header__logo.header__logo_mobile {
        opacity: 1;
        transition: opacity .3s ease;
        transition-delay: 0.3s;
     }

     .not-auth .header__enter {
         display: inline-flex;
     }
 }

 @media screen and (max-width: 800px) {
     .wrapper.page.not-auth .container {
         padding: 0 25px;
     }
 }

 @media screen and (max-height: 660px) and (max-width: 1280px) {
     .page.not-auth .header__logo.header__logo_mobile {
         display: none;
     }

     .page.not-auth .header .header__button {
         margin-top: 15px;
     }
 }

 @media screen and (max-height: 540px) and (max-width: 1280px) {
     .not-auth .header__top-menu {
         min-height: 540px;
     }
 }