@font-face { font-family: "Albert Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/AlbertSans-Regular.woff2") format("woff2"), url("../fonts/AlbertSans-Regular.woff") format("woff"); } @font-face { font-family: "Albert Sans"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/AlbertSans-Medium.woff2") format("woff2"), url("../fonts/AlbertSans-Medium.woff") format("woff"); } @font-face { font-family: "Albert Sans"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/AlbertSans-SemiBold.woff2") format("woff2"), url("../fonts/AlbertSans-SemiBold.woff") format("woff"); } @font-face { font-family: "Albert Sans"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/AlbertSans-Bold.woff2") format("woff2"), url("../fonts/AlbertSans-Bold.woff") format("woff"); } @font-face { font-family: "Albert Sans"; font-style: normal; font-weight: 900; font-display: swap; src: url("../fonts/AlbertSans-Black.woff2") format("woff2"), url("../fonts/AlbertSans-Black.woff") format("woff"); } .logo, header { display: flex; } .menu-contact-item, .menu-contact-title, .menu-link { color: #fff; font-weight: 600; } .btn, .btn.end-section, .menu-link, a { text-decoration: none; } .burger, header { position: relative; } header { background-color: #fff; align-items: center; justify-content: space-between; padding: 20px; z-index: 1000; } .logo { align-items: center; gap: 8px; } .logo img { width: 25px; } .logo span { color: #000; font-weight: 700; font-size: 18px; } .burger { width: 24px; height: 20px; background: 0 0; display: block; } .burger input, .desktop-nav-list { display: none; } .burger span { display: block; position: absolute; height: 2px; width: 100%; background: #000; border-radius: 9px; opacity: 1; left: 0; transform: rotate(0); transition: 0.25s ease-in-out; } .burger span:first-of-type { top: 0; transform-origin: left center; } .burger span:nth-of-type(2) { top: 50%; transform: translateY(-50%); transform-origin: left center; } .burger span:nth-of-type(3) { top: 100%; transform-origin: left center; transform: translateY(-100%); } .burger input:checked ~ span:first-of-type { transform: rotate(45deg); top: 0; left: 3px; } .burger input:checked ~ span:nth-of-type(2) { width: 0%; opacity: 0; } .burger input:checked ~ span:nth-of-type(3) { transform: rotate(-45deg); top: 17px; left: 3px; } .menu-sidebar { position: fixed; top: 0; right: -100%; width: 100%; height: 100%; background: radial-gradient(288.2% 50.77% at 50% 50%, #000eab 0, #010045 100%); z-index: 999; transition: right 0.3s; display: flex; flex-direction: column; overflow-y: auto; padding-top: 65px; padding-bottom: 20px; } .menu-sidebar.active { right: 0; } .menu-nav { display: flex; flex-direction: column; padding: 42px 16px; } .menu-link { font-size: 20px; margin-bottom: 10px; padding: 8px 20px; font-weight: 500; } .menu-contact-item, .menu-contact-title, form h3 { margin-bottom: 20px; } .menu-contact-title { font-size: 24px; line-height: 38px; font-weight: 600; } .menu-contact-item { display: flex; align-items: center; font-size: 20px; gap: 5px; } .menu-footer { margin-top: auto; padding: 20px; } .menu-footer p { font-size: 12px; font-weight: 400; margin: 0; } .section-title { font-size: 42px; margin-bottom: 60px; } .section-desc { font-size: 40px; line-height: 48px; margin-bottom: 30px; } .grid-section { display: grid; grid-template-columns: 1fr; gap: 10px; } .grid-item { background: #00003c; border-radius: 15px; padding: 20px; } @media (min-width: 769px) { .desktop-nav-list { gap: 10px; padding: 0 10px; } .desktop-nav-list a { font-size: 14px; } .desktop-nav-list .btn { font-size: 18px; padding-left: 20px; padding-right: 20px; } .info-card { gap: 20px; } .card-img--2 { object-position: center -110px; } .card-img--3 { object-position: center -130px; } .card-img--9 { object-position: center -120px; } .grid-section { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } } @media (min-width: 1024px) { .desktop-nav-list { display: flex; gap: 20px; align-items: center; } .desktop-nav-list:hover { cursor: pointer; } .burger { display: none; } header { padding: 20px 40px; } .logo img { width: 40px; } .logo span { font-size: 20px; } .desktop-nav-list a { font-weight: 500; font-size: 16px; color: #222; text-decoration: none; } .desktop-nav-list .btn { font-size: 22px; width: auto; color: #00188f; font-weight: 700; padding-left: 30px; padding-right: 30px; } } footer { background-color: #000; } footer .container { padding-bottom: 100px; } footer .content { align-items: center; } footer .content .logo { padding: 40px 0; } footer .content .logo span { color: #fff; } .footer-links { margin-bottom: 40px; } footer .links-wrapper { width: 100%; padding: 20px; border-top: 1px solid #fc0; } .footer-links .menu-link { display: block; text-align: start; } .menu-footer .menu-contact { padding: 0 20px 96px 20px; } footer .menu-contact { width: 100%; } footer .copyright { font-size: 12px; font-weight: 400; } @media (max-width: 380px) { .themed-section:has(form) { padding: 0; } .themed-text h2 { margin-left: 0; } .btn.end-section { font-size: 26px; } .menu-contact-item { font-size: 17px; } } @media (min-width: 480px) and (max-width: 768px) { .info-card-img { max-height: 200px; } .info-card-img img { height: 200px; } .card-img--3 { object-position: center -30px; } } @media (min-width: 500px) and (max-width: 768px) { .card-img--9 { object-position: bottom; } } .leadform { position: relative; } .leadform .form-preloader-orange .dot { background: #191970; } .error-msg { color: #ff2e2e; font-weight: 600; } .fixed-link.visible { opacity: 1; visibility: visible; transform: translateY(0); } .fixed-link { position: fixed; bottom: 0; left: 0; right: 0; font-size: 32px; line-height: 38px; width: 100%; z-index: 2; text-align: center; padding: 16px 0; opacity: 0; visibility: hidden; transform: translateY(100%); transition: opacity 0.3s, visibility 0.3s, transform 0.3s; } .tips-wrapper, footer .content { flex-direction: column; display: flex; } @media (min-width: 1000px) { footer .content .logo span { font-size: 50px; } footer .content .logo img { width: 65px; } footer .content .logo { gap: 40px; padding: 40px 0 20px; } footer .menu-contact { width: auto; } footer .links-wrapper { display: flex; justify-content: space-between; } } body * { hyphens: auto; overflow-wrap: break-word; } body, html { overflow-x: hidden; } html { box-sizing: border-box; font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #fff; } body { margin: 0; } b { margin: 0; } *, ::after, ::before { box-sizing: inherit; padding: 0; margin: 0; } .container { padding: 0 15px; max-width: 1240px; margin: 0 auto; position: relative; } @media (min-width: 1241px) { .container { padding: 0; } .container.contact { padding-top: 100px; padding-bottom: 100px; } } .btn, .burger, .faq-question { cursor: pointer; } .btn, .menu-footer p, .section-desc, .section-title, footer .copyright, form h3 { text-align: center; } .points-svg-1 { position: absolute; opacity: 0.8; right: 0; } .points-svg-2 { position: absolute; opacity: 0.8; right: 0; top: 20%; width: 360px; } .points-svg-3, .points-svg-5 { position: absolute; opacity: 0.8; right: 20%; } .points-svg-4 { position: absolute; opacity: 0.8; right: 0; top: 0; } .btn, .section-title, form h3 { font-weight: 700; } form { background-color: rgba(255, 255, 255, 0.5); border-radius: 10px; padding: 20px; max-width: 450px; margin: 0 auto; } form h3 p { font-size: 20px; font-weight: 700 } form input { border-radius: 15px; padding: 15px 25px; border: 1px solid #000; color: #000; font-size: 16px; font-weight: 400; width: 100%; margin-bottom: 15px; } form input::placeholder { color: #999; } .btn { color: #00188F; border-radius: 25px; border: 2px solid #191970; background-color: #FFCC00; width: 100%; padding: 15px; transition: 0.5s ease; } form .btn { font-size: 32px; margin-top: 20px; } section:not(.intro) { background: radial-gradient(88.18% 60.7% at 50% 50%, #000eab 0, #010045 100%); padding-top: 30px; padding-bottom: 30px; } .section-title { font-size: 32px; margin-bottom: 30px; } .section-desc { font-size: 28px; font-weight: 600; line-height: 33px; margin-left: auto; margin-right: auto; margin-bottom: 40px; } .message { font-size: 128px; font-weight: 900; color: #fc0; } .content-btn, .main-text { font-size: 32px; font-weight: 700; } .main-text { text-align: center; } .center { display: flex; flex-direction: column; align-items: center; margin-bottom: 25px; } ul { margin-left: 20px; } ul li { font-size: 16px; font-weight: 500; line-height: 24px; margin-bottom: 5px; } .content-btn { max-width: 410px; width: 100%; display: block; margin-top: 40px; margin-left: auto; margin-right: auto; } .content-p { font-size: 20px; font-weight: 400; margin-left: 20px; margin-bottom: 10px; } .header-nav__dropdown { position: relative; display: inline-block; vertical-align: middle; width: 80px; height: 25px; flex: 0 0 80px; } .header-nav__dropdown-panel { position: absolute; top: -10px; left: 0; width: 100px; background: transparent; border-radius: 14px; overflow: hidden; z-index: 100; transition: width 0.25s ease; box-sizing: border-box; margin-left: -15px; border: 2px solid transparent; } .header-nav__dropdown-head { display: flex; align-items: center; justify-content: space-between; height: 42px; padding: 5px 10px; color: #222; cursor: pointer; white-space: nowrap; box-sizing: border-box; gap: 5px; } .header-nav__dropdown-title { line-height: 1; font-weight: 500; font-size: 16px; color: #222; text-decoration: none; } .header-nav__arrow { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 8px solid #222; transition: transform 0.25s ease; flex-shrink: 0; } .header-nav__dropdown-list { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.25s ease, opacity 0.2s ease; } .header-nav__dropdown-link { display: block; padding: 8px 28px 0 12px; color: #f1f1f1; text-decoration: none; font-size: 20px; line-height: 1.3; white-space: nowrap; box-sizing: border-box; border-bottom: transparent; } .header-nav__dropdown-link:first-child { padding-top: 6px; } .header-nav__dropdown-link:hover, .header-nav__dropdown-link.active-link { color: #FFCC00; border-bottom: transparent; } .desktop-nav-list .active-link { color: #FFCC00; } .header-nav__dropdown:hover .header-nav__dropdown-panel { width: fit-content; background: #FFFFFF; border: 2px dashed #8A38F5; } .header-nav__dropdown:hover .header-nav__dropdown-list { max-height: 500px; opacity: 1; } .header-nav__dropdown:hover .header-nav__arrow { transform: rotate(180deg); } .btn:hover { color: #FFCC00; border: 2px solid #FFCC00; background-color: #00003C; box-shadow: 0px 2px 22px 0px #FFCC00; } @media (min-width: 769px) { .section-title { font-size: 42px; margin-bottom: 60px; } .section-desc { font-size: 40px; line-height: 48px; margin-bottom: 30px; } .main-text { font-size: 64px; max-width: 670px; } ul li { font-size: 18px; } section:not(.intro) { padding-top: 60px; padding-bottom: 60px; } }