/* Font Face Declarations */
@font-face {
  font-family: 'Actay Wide';
  src: url('../fonts/ActayWide-Bold.eot');
  src: url('../fonts/ActayWide-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ActayWide-Bold.woff2') format('woff2'),
       url('../fonts/ActayWide-Bold.woff') format('woff'),
       url('../fonts/ActayWide-Bold.ttf') format('truetype'),
       url('../fonts/ActayWide-Bold.svg#ActayWide-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Actay Wide';
  src: url('../fonts/ActayWide-BoldItalic.eot');
  src: url('../fonts/ActayWide-BoldItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ActayWide-BoldItalic.woff2') format('woff2'),
       url('../fonts/ActayWide-BoldItalic.woff') format('woff'),
       url('../fonts/ActayWide-BoldItalic.ttf') format('truetype'),
       url('../fonts/ActayWide-BoldItalic.svg#ActayWide-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Actay';
  src: url('../fonts/Actay-Regular.eot');
  src: url('../fonts/Actay-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Actay-Regular.woff2') format('woff2'),
       url('../fonts/Actay-Regular.woff') format('woff'),
       url('../fonts/Actay-Regular.ttf') format('truetype'),
       url('../fonts/Actay-Regular.svg#Actay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Actay';
  src: url('../fonts/Actay-RegularItalic.eot');
  src: url('../fonts/Actay-RegularItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Actay-RegularItalic.woff2') format('woff2'),
       url('../fonts/Actay-RegularItalic.woff') format('woff'),
       url('../fonts/Actay-RegularItalic.ttf') format('truetype'),
       url('../fonts/Actay-RegularItalic.svg#Actay-RegularItalic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Actay Condensed';
  src: url('../fonts/ActayCondensed-Thin.eot');
  src: url('../fonts/ActayCondensed-Thin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ActayCondensed-Thin.woff2') format('woff2'),
       url('../fonts/ActayCondensed-Thin.woff') format('woff'),
       url('../fonts/ActayCondensed-Thin.ttf') format('truetype'),
       url('../fonts/ActayCondensed-Thin.svg#ActayCondensed-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Actay Condensed';
  src: url('../fonts/ActayCondensed-ThinItalic.eot');
  src: url('../fonts/ActayCondensed-ThinItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ActayCondensed-ThinItalic.woff2') format('woff2'),
       url('../fonts/ActayCondensed-ThinItalic.woff') format('woff'),
       url('../fonts/ActayCondensed-ThinItalic.ttf') format('truetype'),
       url('../fonts/ActayCondensed-ThinItalic.svg#ActayCondensed-ThinItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  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');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2');
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 14px;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
  font-family: 'Actay Wide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: bold;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input, button,
textarea, select {
  font: inherit;
}

:target {
  scroll-margin-block: 5ex;
}

body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
}

/* Main content area */
main {
    display: block;
    width: 100%;
}

.container {
    margin: 0 auto;
    padding: 0;
}


/* Colors */
:root {
    --primary-blue: #1475E4;
    --dark-gray: #252A31;
    --light-gray: #F5F5F5;
    --text-gray: #3C3C3C;
    --white: #ffffff;
    --black: #000000;
}

.highlight {
    color: var(--primary-blue);
}

.hidden {
    display: none;
}

.link-btn{
    text-decoration: none;
}

.no-wrap-text{
    display: inline-block;
}

input.error-input{
    outline: #ef8b8b 1px solid;
}

/* Header */
.header {
    background: var(--white);
    top: 0;
    z-index: 9999;
    padding: 18px 20px;
    height: 100px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 40px;
    width: 40px;
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 29px;
}

.language-switcher {
    display: flex;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.language-switcher button {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding: 0 2px;
}

.language-switcher button.active {
    color: var(--primary-blue);
}

.language-switcher button.inactive,
.language-switcher span {
    color: var(--text-gray);
    opacity: .3;
}

.mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.mobile-menu-header .mobile-logo{
    width: 179px;
    height: 44px;
}

.menu-icon {
    width: 36px;
    height: 36px;
    display: block;
}

.menu-icon-tablet,
.header .header-controls-btn,
.full-logo,
.header .nav{
    display: none;
}

.cookies.concealed{
    opacity: 0;
    height: 0;
    left: -50%;
}

.cookies{
    position: fixed;
    z-index: 22222;
    bottom: 0;
    left: 50%;
    background: #F5F5F5;
    width: 90%;
    height: 157px;
    margin: auto;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    border-radius: 12px;
    transition: opacity 0.8s ease-in-out;
}

.cookies-content_text{
    color: #1A1A1A;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    padding-right: 19px;
}

.cookies-content_btn{
    width: 104px;
    height: 38px;
    background: var(--primary-blue);
    color: var(--white);
    border: none;
    border-radius: 60px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.1px;
    font-family: 'Actay Wide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    position: absolute;
    bottom: 20px;
}

#cookiesModalClose{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: transparent;
    border: none;
    width: 18px;
    height: 18px;
    padding: 0;
}

#cookiesModalClose img{
    width: 10px;
    height: 10px;
    margin: auto;
}


.fixed-link-panel{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.fixed-link-panel .fixed-link{
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.fixed-link-panel-default{
    position: relative;
}

.fixed-link-panel-default .fixed-link{
    width: 70px;
    height: 70px;
    border-radius: 60px 0 0 60px;
    background: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-link-panel-default .fixed-link img{
    width: 37px;
    height: 37px;
}

.fixed-link-panel-open{
    position: absolute;
    right: 0;
    top: 50%;   /* Keep same transform for both states to avoid jump */
    transform: translate(0, -50%) translateX(0);
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--primary-blue);
    border-radius: 60px 0 0 60px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.fixed-link-panel-open .fixed-link{
    width: 90px;
    height: 71px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-link-panel-open .fixed-link img{
    width: 42px;
    height: 42px;
}

.fixed-link-panel-open .fixed-link-buttons{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 87px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 78px;
}

.fixed-link-panel-open .fixed-link-buttons a{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F3F8FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-link-panel-open .fixed-link-buttons a:first-child,
.fixed-link-panel-open .fixed-link-buttons a:last-child{
    align-self: end;
}

.fixed-link-panel-open .fixed-link-buttons img{
    width: 33px;
    height: 33px;
}


.fixed-link-panel-open.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0, -50%) translateX(0);
}

/* Mobile Menu */
.mobile-menu-overlay,
.popup-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26,26,26,.9);
    z-index: 999;
    display: none;
}

.mobile-menu-overlay.active,
.popup-modal-overlay.active {
    display: block;
}

#mobileMenuOverlay .mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 660px;
    background: var(--white);
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
}

#mobileMenuOverlay .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 52px;
}

#mobileMenuOverlay .mobile-logo {
    height: 32px;
    width: auto;
}

#mobileMenuOverlay .mobile-menu-close {
    background: none;
    border: none;
    cursor: pointer;
}

#mobileMenuOverlay .mobile-menu-close_icon{
    width: 24px;
    height: 24px;
}

#mobileMenuOverlay .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 82px;
}

#mobileMenuOverlay .mobile-nav a,
 .nav a{
    text-decoration: none;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.1px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

#mobileMenuOverlay .mobile-language-switcher {
    display: flex;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    margin-bottom: 40px;
}

#mobileMenuOverlay .mobile-language-switcher .language-switcher{
    gap: 6px;
}

#mobileMenuOverlay .mobile-language-switcher .language-switcher button {
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
}

#mobileMenuOverlay .mobile-language-switcher .en-content {
    color: var(--primary-blue);
}

#mobileMenuOverlay .mobile-language-switcher .ru-content {
    color: var(--text-gray);
}

#mobileMenuOverlay .mobile-contact-icons {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#mobileMenuOverlay .mobile-contact-icons a{
    background: var(--primary-blue);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mobileMenuOverlay .mobile-contact-icons img {
    width: 28px;
    height: 28px;
}

#mobileMenuOverlay .mobile-cta-button {
    width: 200px;
    height: 60px;
    border-radius: 60px;
    background: var(--white);
    color: var(--primary-blue);
    padding: 16px 20px 15px 20px;
    border: 2px solid var(--primary-blue);
    font-size: 15px;
    font-family: 'Actay Wide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: bold;
}

/* Popup */
#popupModalOverlay.popup-modal-overlay {
    padding-left: 20px;
    padding-right: 20px
}

#popupModalOverlay .popup-modal{
    width: 100%;
    max-width: 536px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#popupModalOverlay .popup-modal-title{
    margin-top: 60px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: -0.2px;
    font-family: 'Actay Wide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #1A1A1A;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
}

#popupModalOverlay .popup-modal-form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#popupModalOverlay .popup-modal-form input{
    width: 100%;
    border-radius: 50px;
    border: none;
    padding: 16px 20px;
    background: #F5F5F5;
}


#popupModalOverlay .popup-modal-form textarea{
    width: 100%;
    height: 120px;
    border-radius: 16px;
    border: none;
    padding: 16px 20px;
    background: #F5F5F5;
    resize: none;
}

#popupModalOverlay .popup-modal-form input:focus,
#popupModalOverlay .popup-modal-form textarea:focus{
    outline: none;
}

#popupModalOverlay .popup-modal-form input::-ms-input-placeholder,
#popupModalOverlay .popup-modal-form textarea::-ms-input-placeholder,
#popupModalOverlay .popup-modal-form input:-moz-placeholder,
#popupModalOverlay .popup-modal-form textarea:-moz-placeholder,
#popupModalOverlay .popup-modal-form input::-webkit-input-placeholder,
#popupModalOverlay .popup-modal-form textarea::-webkit-input-placeholder,
#popupModalOverlay .iti .iti__selected-dial-code {
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.1px;
    opacity: 0.5;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

#popupModalOverlay .popup-modal-form input::placeholder,
#popupModalOverlay .popup-modal-form textarea::placeholder{
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.1px;
    opacity: 0.5;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

#popupModalOverlay .popup-modal-checkbox{
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 5px;
}

#popupModalOverlay .checkbox-text{
    font-size: 13px;
    color: #575757;
    line-height: 1.4;
    letter-spacing: -0.1px;
    font-weight: 400;
    opacity: 0.5;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

#popupModalOverlay .popup-modal-checkbox-link{
    color: inherit;
}

#popupModalOverlay .popup-modal-checkbox input{
    position: absolute; 
    inline-size: 1px; 
    block-size: 1px; 
    margin: -1px; 
    padding: 0; 
    overflow: hidden; 
    white-space: nowrap; 
    border: 0; 
    clip: rect(0 0 0 0); 
    clip-path: inset(50%); 
}

#popupModalOverlay .popup-modal {
    position: relative;
    box-sizing: border-box;
}

#popupModalOverlay .first-step.concealed {
    display: none;
}

#popupModalOverlay .last-step{
    display: none;
}

#popupModalOverlay .last-step.visible {
    display: block;
}

#popupModalOverlay .last-step .popup-modal-submit{
    margin-bottom: 40px;
}

#popupModalOverlay .last-step .last-step-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

#popupModalOverlay .last-step .last-step-img{
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
    box-sizing: border-box;
    position: absolute;
    left: 0;
}

.custom-checkbox{
    width: 20px;
    height: 20px;
    border-radius: 4px;
    padding: 3px;
    background-color: transparent;
    opacity: 0.5;
    border: 1px solid #575757;
    display:inline-flex; 
    align-items:center; 
    justify-content:center; 
    box-sizing:border-box; 
    cursor:pointer; 
    transition:border-color .15s ease, background-color .15s ease;
}

.checkbox-icon{ 
    opacity:0; 
    transform:scale(.9); 
    transition:opacity .15s ease, transform .15s ease; 
}

#popupModalOverlay .popup-modal-checkbox input:checked + .custom-checkbox{
     border-color:#1475E4; 
     opacity: 1;
} 

#popupModalOverlay .popup-modal-checkbox input:checked + .custom-checkbox .checkbox-icon{ 
    opacity:1; 
    transform:scale(1); 
}

#popupModalOverlay .popup-modal-checkbox input:focus-visible + .custom-checkbox{ 
    outline:3px solid rgba(20,117,228,.35); 
    outline-offset:2px; 
} 

#popupModalOverlay .popup-modal-checkbox input:disabled + .custom-checkbox{ 
    opacity:.5; 
    cursor:not-allowed; 
}

#popupModalOverlay .popup-modal-submit{
    height: 60px;
    background: var(--primary-blue);
    color: var(--white);
    border: none;
    border-radius: 60px;
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.1px;
    width: 100%;
    font-family: 'Actay Wide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    margin-top: 24px;
    margin-bottom: 60px;
}

#popupModalClose {
    position: absolute;
    right: 16px;
    cursor: pointer;
    background: transparent;
    border: none;
    width: 18px;
    height: 18px;
    padding: 0;
}



/* Hero Section */
.hero {
    background: var(--white);
    padding: 2px 0 2.5rem 0;
    position: relative;
}

.hero-video {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section .hero-content{
    padding: 0 20px;
}


.hero-content h1 {
    color: var(--primary-blue);
    font-size: 36px;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: -0.2px;
    max-width: 335px;
}

.hero-content h1 .black-text {
    color: var(--black);
}

.hero-features {
    list-style: none;
    margin: 24px 0 40px 0;
    padding: 0;
}

.hero-features li {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.2px;
    padding-bottom: 6px;
    color: var(--text-gray);
    display: flex;
    align-items: center;
}

.hero-features li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--primary-blue);
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.cta-button {
    background: var(--primary-blue);
    color: var(--white);
    padding: 24px 36px 22px 36px;
    border: none;
    border-radius: 60px;
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.1px;
    width: 100%;
    font-family: 'Actay Wide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    margin-bottom: 40px;
}

/* About Section */

.subtitle{
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #575757;
}

.about-icon{
    width: 130px;
}

.blue-text {
    color: var(--primary-blue);
}

.about {
    background: var(--dark-gray);
    color: var(--white);
    padding: 5rem 20px;
}

.section-title{
    margin-bottom: 35px;
    font-family: 'Actay Wide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: -0.2px;
}

.about h2 {
    color: var(--white);
}


.about-description {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: -0.2px;
    font-family: 'Actay Wide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    padding-left: 20px;
    border-left: 2px solid var(--primary-blue);
    margin-bottom: 40px;
}

.about-expansion{
    padding-left: 0;
    border-left: none;
}

.about-text p {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.about-highlight {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 27px;
}

.about-map {
    margin: 40px 0;
    text-align: center;
}

.map-image {
    width: 100%;
}


/* Services Section */
.services {
    background: var(--light-gray);
    padding: 5rem 20px;
}

.services h2 {
    color: #1A1A1A;
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-item {
    background: var(--white);
    padding: 12px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.service-block-litle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.service-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #F3F8FF;
    cursor: pointer;
    padding: 5px;
    transition: transform 0.8s ease-in-out;
}

.service-arrow.open {
    transform: rotate(360deg);
}

.service-content{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.8s ease-in-out;
}

.service-content.animate{
    max-height: 610px;
    opacity: 1;
}

.service-item-title{
    color: #1A1A1A;
    line-height: 1.3;
    letter-spacing: -0.2px;
    font-size: 18px;
}

.service-img {
    width: 100%;
    margin-bottom: 20px;
}

.service-item-text{
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #3C3C3C;
    margin-bottom: 16px;
    padding-right: 30px;
}

.service-item .cta-button{
    background: var(--white);
    color: var(--primary-blue);
    padding: 16px 20px 15px 20px;
    border: 2px solid var(--primary-blue);
    font-size: 15px;
    margin-bottom: 12px;
}

/* Why Choose Us */
.why-choose {
    background: #252A31;
    padding: 5rem 20px;
}

.why-choose h2 {
    color: var(--white);
    text-align: center;
}

.features-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-card {
    background: var(--white);
    padding: 20px 30px;
    border-radius: 16px;
    text-align: start;
}

.feature-icon {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 24px;
}

.feature-card h3 {
    color: #000000;
    margin-bottom: 8px;
    line-height: 1.3;
    letter-spacing: -0.2px;
    font-size: 18px;
}

.feature-card p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #3C3C3C;
}

/* How We Work */
.how-we-work {
    background: var(--light-gray);
    padding: 5rem 20px;
}

.how-we-work h2 {
    color: var(--dark-gray);
    text-align: center;
}

.steps-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step-card {
    background: var(--white);
    padding: 24px 30px;
    border-radius: 16px;
    text-align: center;
}

.step-circul-container{
    position: relative;
}

.step-circul {
    margin: auto;
    margin-bottom: 16px;
    width: 76px;
    min-width: 76px;
    height: 76px;
    background: url(../images/step-ellipse.svg) no-repeat;
    background-size: contain;
    transform-origin: center;
    transform: rotate(0deg);
    transition: transform .6s ease;
}

.step-number{
    position: absolute;
    top: 52%;
    left: 51%;
    transform: translate(-50%, -50%);
    color: var(--primary-blue);
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.1px;
    font-weight: bold;
    font-family: 'Actay Wide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; 
}


.step-card h3 {
    color: #000000;
    margin-bottom: 8px;
    line-height: 1.3;
    letter-spacing: -0.2px;
    font-size: 18px;
}

.step-card p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #3C3C3C;
}

.steps-item-text span{
    display: inline-block;
}

/* Final block */
.final-block{
    background: var(--white);
    padding: 5rem 20px 0 20px;
}


.final-block h2 {
    color: #000000;
    text-align: center;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.2px;
    margin-bottom: 12px;
}

.final-block p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #3C3C3C;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 24px;
}

.boxes-image {
    width: 100%;
}


/* Footer */
.footer {
    background: #252A31;
    color: var(--white);
    padding: 61px 20px 0 20px;
    position: relative;
    overflow: hidden;
}

.footer-nav {
    display: none;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-info a {
    color: var(--white);
    text-decoration: none;
}

.footer .contact-info-tel {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.2px;
    font-weight: bold;
    font-family: 'Actay Wide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; 
}

.contact-info-nav{
    margin-bottom: 20px;
}

.contact-info-email {
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.2px;
    font-weight: 400;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #ffffff;
}

.contact-email{
    margin-bottom: 30px;
}

.chat-button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 197px;
    justify-content: center;
    font-size: 15px;
    padding: 16px 24px 15px 24px;
    margin-bottom: 24px;
}

.chat-button img {
    width: 24px;
    height: 24px;
}

.contact-icons {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 30px;
}

.contact-icons a {
    background: #F3F8FF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.contact-icons a img {
    width: 22px;
    height: 22px;
}


.footer-privacy{
    margin-bottom: 30px;
    cursor: pointer;
    text-align: center;
}

.footer-privacy a,
.footer-copyright{
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #F3F8FF;
    opacity: .5;

}

.footer-copyright{
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo{
    font-family: 'Actay Wide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: bold;
    font-size: 51px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.2px;
    color: #F3F8FF;
    text-align: center;
    position: relative;
    bottom: -17px;
}

.footer-logo-line{
    display: flex;
    flex-wrap: nowrap;
    gap: 17px;
    margin: auto;
}



/* Responsive Design - Tablet */
@media (min-width: 768px) {

    .cookies{
        width: 541px;
        height: 68px;
        padding: 15px 20px;
    }

    .cookies-content_text{
        padding: 0;
        width: 350px;
    }

    .cookies-content_btn {
        right: 48px;
        bottom: 14px;
    }

    #mobileMenuOverlay .mobile-menu {
        height: 574px;
    }

    #mobileMenuOverlay .mobile-menu-header {
        align-items: center;
        margin-bottom: 54px;
    }

    #mobileMenuOverlay .mobile-menu-header .mobile-logo {
        width: 140px;
        height: 35px;
    }

    #mobileMenuOverlay .mobile-nav{
        align-items: end;
        gap: 20px;
        margin-bottom: 64px;
    }

    #mobileMenuOverlay .mobile-language-switcher{
        justify-content: end;
        margin-bottom: 24px;
    }

    #mobileMenuOverlay .mobile-contact-icons{
        justify-content: end;
    }

    #mobileMenuOverlay .mobile-cta-button {
        align-self: end;
    }

    #mobileMenuOverlay .mobile-cta-button {
        width: 173px;
        height: 50px;
        font-size: 14px;
        padding: 14px 20px 13px 20px;
    }


    #popupModalOverlay .popup-modal{
        padding: 16px 48px;
    }

    #popupModalOverlay .popup-modal-title {
        font-size: 32px;
    }

    #popupModalOverlay .popup-modal-form input {
        padding: 20px 20px;
    }

    #popupModalOverlay .checkbox-text {
        font-size: 14px;
    }

    #popupModalOverlay .popup-modal-submit {
        height: 66px;
        width: 190px;
    }

    #popupModalOverlay .last-step .popup-modal-title{
        text-align: left;
    }

    #popupModalOverlay .last-step .last-step-text {
        text-align: left;
    }

    #popupModalClose {
        width: 24px;
        height: 24px;
    }

    .header .container{
        padding-left: 0;
        padding-right: 0;
    }

    .header{
        padding: 23px 20px;
    }

    .menu-icon-tablet,
    .header .header-controls-btn,
    .full-logo{
        display: block;
    }

    .menu-icon.menu-icon-mobile,
    .logo.logo-mobile {
        display: none;
    }

    .full-logo{
        width: 138px;
        height: 34px;
        margin-right: 48px;
    }

    .language-switcher{
        gap: 4px;
    }

    .language-switcher button {
        padding: 0;
        font-size: 15px;
    }

    .header-controls {
        justify-content: space-between;
        width: 100%;
    }

    .header-controls-panel{
        display: flex;
        gap: 40px;
    }

    .header-controls-btn .cta-button{
        width: 129px;
        height: 39px;
        border-radius: 60px;
        background: var(--white);
        color: var(--primary-blue);
        padding: 11px 14px 10px 14px;
        border: 2px solid var(--primary-blue);
        font-size: 14px;
        font-family: 'Actay Wide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        font-weight: bold;
    }

    .container{
        padding-left: 20px;
        padding-right: 20px;
    }

    section.hero {
        padding: 2px 0 80px 0;
    }

    section .hero-content {
        padding: 0 0px;
        display: flex;
        flex-direction: column;
    }

    .hero-video {
        margin-bottom: 4.5rem;
    }

    .hero-content h1{
        display: flex;
        flex-direction: column;
        max-width: 100%;
        font-size: 46px;
        padding-right: 40px;
    }

    .hero-list{
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin: 30px 0 0 0;
    }

    .hero-features,
    .cta-button{
        margin: 0;
    }

    .hero-features li {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .hero-features li::before {
        width: 5px;
        height: 5px;
    }

    .cta-button {
        width: 236px;
        height: 66px;
        padding: 13px 33px 13px 33px;
    }


    .about {
        padding: 80px 0;
    }

    .section-title {
        margin-bottom: 60px;
    }

    .about-description {
        font-size: 28px;
        padding-left: 24px;
        border-left: 3px solid var(--primary-blue);
        padding-right: 20px;
    }

    .subtitle {
        font-size: 14px;
    }

    .about-highlight {
        margin-bottom: 50px;
    }

    .about-icon {
        width: 163px;
    }

    .about-text-content{
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .about-text p {
        margin-bottom: 0;
        font-size: 16px;
    }

    .about-map {
        margin: 60px 0;
    }

    .about-expansion {
        padding-left: 0;
        border-left: none;
        padding-right: 0;
    }

    .services {
        padding: 80px 0;
    }

    .services h2 {
        font-size: 42px;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    .services-list {
        gap: 16px;
    }

    .service-item {
        padding: 16px 24px;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
    }

    .service-item.open{
        animation-name: openServiceItem;
    }

    @keyframes openServiceItem {
        from { padding: 16px 24px; }
        to   { padding: 24px 32px; }
    }

    @keyframes closeServiceItem {
        from { padding: 24px 32px; }
        to   { padding: 16px 24px; }
    }

    .service-item{
        animation-name: closeServiceItem;
    }

    .service-item-title {
        font-size: 22px;
    }

    .service-arrow {
        width: 60px;
        height: 60px;
    }

 

    .service-content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 22px;
        width: 100%;
    }

       .service-content{
        max-height: 0; /* Начальная высота */
        opacity: 0; /* Начальная непрозрачность */
        overflow: hidden; /* Скрыть переполнение */
        transition: max-height 0.5s ease-in-out, opacity 0.8s ease-in-out; /* Плавный переход */
    }

    .service-content.animate{
        max-height: 500px; /* Установите максимальную высоту, которая будет достаточно большой для содержимого */
        opacity: 1;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 22px;
        width: 100%;
    }



    .service-image{
        flex-basis: 50%;
        box-sizing: border-box;
    }

    .service-img {
        margin-bottom: 0;
        width: 320px;
        margin: 0 auto;
    }

    .service-content-text{
        flex-basis: 50%;
        box-sizing: border-box;
    }

    .service-item-text {
        font-size: 16px;
        margin-bottom: 30px;
        width: 322px;
    }

    
    .service-item .cta-button {
        width: 163px;
        height: 46px;
        padding: 10px 11px 10px 11px;
    }

    .hidden{
        display: none;
    }

    .why-choose,
    .how-we-work,
    .final-block {
        padding: 80px 0;
    }

    .why-choose h2 {
        font-size: 42px;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    .features-grid {
        gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .feature-card{
        flex-basis: calc(50% - 10px);
        box-sizing: border-box;
        padding: 30px;
    }

    .feature-card h3{
        margin-bottom: 12px;
        font-size: 22px;
    }

    .how-we-work h2{
        font-size: 42px;
        line-height: 1.3;
        margin-bottom: 40px;
        text-align: left;
    }

    .steps-grid {
        gap: 16px;
    }

    .step-card{
        display: flex;
        justify-content: start;
        align-items: center;
        text-align: start;
        gap: 24px;
    }

   .step-circul {
        margin: 0;
        margin-bottom: 0;
   }

    .step-card h3 {
        font-size: 22px;
    }

    .final-block-heading{
        text-align: center;
    }

    .final-block h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .final-block p {
        margin-bottom: 28px;
    }

    .final-block-heading .cta-button{
        width: 249px;
        margin-bottom: 52px;
    }

    .boxes-image {
        max-width: 482px;
        margin: auto;
    }

    .footer {
        padding: 60px 0 0 0;
    }

    .footer-nav{
        display: flex;
        gap: 24px;
        font-size: 15px;
        line-height: 1.3;
        letter-spacing: -0.1px;
        font-weight: 400;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    }

    .contact-info{
        align-items: stretch;
    }

    .contact-info-nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .contact-email{
        margin-bottom: 16px;
    }

    .contact-buttons{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        margin-bottom: 30px;
    }

    .footer .cta-button {
        width: 175px;
        height: 55px;
        max-width: 175px;
        padding: 9px 15px 8px 15px;
    }

    .footer-policy{
        display: flex;
        justify-content: space-between;
    }

    .footer-copyright,
    .footer-privacy{
        margin-bottom: 30px;
    }


    .contact-icons{
        margin: 0;
    }

    #final-block {
        padding-bottom: 0;
    }

    .footer-logo {
        flex-direction: row;
        font-size: 70px;
        gap: 15px;
        justify-content: center;
        bottom: -21px;
    }

    .footer-logo-line {
        margin: 0;
    }
   
}

/* Responsive Design - Desktop */
@media (min-width: 960px) {
    .cookies{
        left: 32%;
    }
        
    .cookies-content_btn:hover {
        background: #115BAF;
    }

    #popupModalOverlay .popup-modal-submit:hover {
        background: #115BAF;
    }

    .header {
        padding: 20px 40px;
    }

    .full-logo{
        margin-right: 0;
    }

    .mobile-menu-toggle{
        display: none;
    }

    .header .nav{
        display: flex;
        gap: 24px;
    }

    .nav a{
        font-size: 15px;
    }

    .header-controls {
        width: auto;
        gap: 35px;
    }

    .header-controls-btn .cta-button {
        height: 45px;
    }

    .header-controls-btn .cta-button:hover {
        background: #1475E4;
        color: var(--white);
    }

    .hero .cta-button:hover,
    #final-block .cta-button:hover,
    .chat-button.cta-button:hover {
        background: #115BAF;
    }
    
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    section.hero {
        padding: 0 0 100px 0;
    }

    .hero .container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: row-reverse;
        gap: 0px;
        padding-top: 48px;
    }

    .hero-video {
        flex-basis: 60%;
        margin-bottom: 0;
    }

    .hero-content {
        flex-basis: 40%;
        max-width: 451px;
    }

    .hero-content h1{
        padding-right: 0;
    }

    .hero-list {
        margin: 20px 0 0 0;
        flex-direction: column;
        align-items: start;
    }

    .hero-features{
        margin-bottom: 14px;
    }

    .hero-features li {
        padding-bottom: 6px;
        padding-top: 0px;
    }

    .hero-features li::before {
        width: 7px;
        height: 7px;
    }

    .about {
        padding: 100px 0;
    }

    .about-heading-main,
    .about-text{
        display: flex;
    }

    .about-highlight,
    .section-title{
        flex-basis: 35%;
    }

    .about-description,
    .about-text-content{
        flex-basis: 65%;
    }

    .section-title {
        margin-bottom: 0;
        font-size: 20px;
    }

    .about-description {
        font-size: 30px;
        padding-right: 0;
    }

    .about-highlight {
        margin-bottom: 0;
    }

    .about-map {
        margin: 40px 0 60px 0;
    }

    .about-text p {
        font-size: 17px;
    }

    .about-highlight_quantity{
        justify-content: end;
        padding-bottom: 5px;
    }

    .services {
        padding: 100px 0;
    }

    .services h2 {
        font-size: 46px;
        margin-bottom: 60px;
    }

    .services-list {
        gap: 20px;
    }

    .service-item {
        padding: 20px 32px;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
    }

    .service-item.open{
        animation-name: openServiceItem;
    }

    @keyframes openServiceItem {
        from { padding: 20px 32px }
        to   { padding: 24px 32px; }
    }

    @keyframes closeServiceItem {
        from { padding: 24px 32px; }
        to   { padding: 20px 32px }
    }

    .service-item{
        animation-name: closeServiceItem;
    }

    .service-item .cta-button:hover {
        background: #1475E4;
        color: var(--white);
    }

    .service-item-title {
        font-size: 24px;
    }

    .service-content {
        width: 100%;
    }

    .service-img {
        margin-bottom: 0;
        max-width: 400px;
        margin: 0 auto;
    }

    .service-item-text {
        font-size: 18px;
        padding-right: 0;
        max-width: 360px;
        width: 360px;
    }
    .why-choose, 
    .how-we-work, 
    .final-block {
        padding: 100px 0;
    }

    .why-choose h2 {
        font-size: 46px;
        margin-bottom: 60px;
    }

    .features-grid {
        gap: 16px;
        justify-content: space-between;
    }

    .feature-card {
        flex-basis: calc(33% - 8px);
        padding: 25px 30px;
        margin-bottom: 4px;
    }

    .feature-icon {
        width: 76px;
        height: 76px;
        margin-bottom: 40px;
    }

    .feature-card h3 {
        margin-bottom: 16px;
        font-size: 24px;
        width: 160px;
    }

    .how-we-work h2 {
        font-size: 46px;
        margin-bottom: 60px;
    }

    .steps-grid {
        gap: 20px;
    }

    .step-card {
        padding: 32px 36px;
    }

    .step-card h3 {
        font-size: 24px;
    }

    .step-card p {
        font-size: 18px;
    }

    #final-block .container{
        display: flex;
    }

    .final-block h2 {
        font-size: 46px;
        text-align: left;
    }

    .final-block-heading {
        text-align: left;
    }

    .final-block p{
        text-align: left;
        padding: 0;
    }

    .boxes-image {
        width: 100%;
    }

    .footer {
        padding: 80px 0 0 0;
    }

    .footer .contact-info-tel {
        font-size: 26px;
    }

    .footer-nav {
        font-size: 16px;
        gap: 28px;
    }

    .contact-info-email {
        font-size: 16px;
    }

    .contact-email {
        margin-bottom: 11px;
    }

    .contact-buttons {
        align-items: end;
    }

    .footer .contact-icons a {
        transition: transform 0.3s ease;
    }

    .footer .contact-icons a:hover{
        transform: scale(120%);
    }

    .footer .contact-icons img {
        display: inline-block;
        transition: width 0.3s ease, height 0.3s ease;
    }

    .footer .contact-icons a:hover img{
        width: 28px;
        height: 28px;
    }

    .footer-privacy a, .footer-copyright {
        font-size: 14px;
    }

    .footer-copyright, .footer-privacy {
        margin-bottom: 60px;
    }

    .footer-logo {
        font-size: 86px;
        gap: 17px;
    }

    .fixed-link-panel:hover .fixed-link-panel-open{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate(0, -50%) translateX(0);
    }

    .fixed-link-panel .fixed-link-buttons a {
        transition: transform 0.3s ease;
    }

    .fixed-link-panel .fixed-link-buttons a:hover  {
        transform: scale(120%);
    }

}

@media (min-width: 1440px) {
    .cookies{
        left: 29%;
    }

    #popupModalOverlay .popup-modal {
        max-width: 560px;
    }

    .header {
        padding: 20px 100px;
        max-width: 1440px;
        margin: auto;
    }

    .full-logo {
        width: 148px;
        height: 36px;
    }

    .header-controls-btn .cta-button {
        width: 136px;
        height: 46px;
        font-size: 15px;
    }

    .language-switcher button {
        font-size: 16px;
    }

    .header-controls {
        gap: 40px;
    }

    .header .nav {
        gap: 28px;
    }

    .nav a {
        font-size: 16px;
    }

    .container {
        padding-left: 100px;
        padding-right: 100px;
        max-width: 1440px;
    }

    .hero {
        margin-top: 50px;
    }

    .hero .container {
        gap: 21px;
        padding-top: 0;
    }

    section.hero {
        padding: 0 0 120px 0;
    }

    section .hero-content {
        padding-top: 20px;
    }

    .hero-content h1 {
        font-size: 56px;
    }

    .hero-list {
        margin-top: 24px;
    }

    .hero-features {
        margin-bottom: 24px;
    }

    .hero-features li {
        font-size: 22px;
    }

    .about {
        padding: 140px 0;
    }

    .section-title {
        font-size: 24px;
    }

    .about-description {
        font-size: 32px;
        margin-bottom: 60px;
    }

    .about-text-content {
        gap: 24px;
    }

    .about-text p {
        font-size: 18px;
    }

    .about-map {
        margin: 80px 0 80px 0;
    }

    .services {
        padding: 140px 0;
    }

    .services h2 {
        font-size: 52px;
        margin-bottom: 60px;
    }

    .service-content{
        transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
    }

    .service-item.open{
        position: relative;
        animation-name: openServiceItem;
    }

    @keyframes openServiceItem {
        from { padding: 20px 32px; height: 110px;}
        to   { padding: 20px 40px; height: 340px; }
    }

    @keyframes closeServiceItem {
        from { padding: 20px 40px; height: 340px; }
        to   { padding: 20px 32px; height: 110px;}
    }

    .service-item{
        animation-name: closeServiceItem;
    }

    .service-item .service-item-title {
        font-size: 24px;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        position: absolute;
        top: 40px;
    }

    .service-item.open .service-item-title{
        animation-name: openServiceItemTitle;
    }

    @keyframes openServiceItemTitle {
        from { top: 40px;}
        to   { top: 70px;}
    }

    @keyframes closeServiceItemTitle {
        from { top: 70px;}
        to { top: 40px;}
    }

    .service-item.initial .service-item-title{
        animation-name: closeServiceItemTitle;
    }

    .service-item .service-arrow {
        position: absolute;
        top: 20px;
        right: 40px;
    }

    .service-item .service-image {
        flex-basis: 50%;
        box-sizing: border-box;
        animation-duration: 0.7s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        position: absolute;
        top: 40px;
        right: 250px;
        height: 0;
    }

     .service-item.open .service-image{
        animation-name: openServiceItemImage;
    }

    @keyframes openServiceItemImage {
        from { top: 40px; height: 0;}
        to   { top: 20px; height: 300px;}
    }

    @keyframes closeServiceItemImage {
        from { top: 20px; height: 300px;}
        to { top: 40px; height: 0;}
    }

    .service-item.initial .service-image{
        animation-name: closeServiceItemImage;
    }


    .service-img {
        animation-duration: 0.7s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        animation-name: none;
        max-width: 440px;
        width: 440px;
        height: 300px;
        clip-path: inset(100% 0 0 0);
    }

    .service-content-text {
        position: absolute;
        animation-duration: 0.7s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        animation-name: none;
        top: 125px;
        left: 40px;
        width: 420px;
        max-width: 420px;
        height: 420px;
        clip-path: inset(100% 0 0 0);
    }

    .service-item.open .service-img,
    .service-item.open .service-content-text{
        animation-name: revealFromTop;
    }

    .service-item.initial .service-img,
    .service-item.initial .service-content-text {
        animation-name: hideToTop;
    }

    @keyframes revealFromTop {
        from {
            clip-path: inset(0 0 100% 0);
        }
        to {
            clip-path: inset(0 0 0 0);
        }
    }

    @keyframes hideToTop {
        from {
            clip-path: inset(0 0 0 0);
        }
        to {
            clip-path: inset(0 0 100% 0);
        }
    }



    .service-item-text {
        margin-bottom: 24px;
        padding-right: 0;
        width: 420px;
        max-width: 420px;
    }

    .why-choose, .how-we-work, .final-block {
        padding: 140px 0;
    }

    .why-choose h2 {
        font-size: 52px;
        margin-bottom: 60px;
    }

    .features-grid {
        gap: 25px;
    }

    .feature-card {
        flex-basis: calc(33% - 13px);
        padding: 30px 30px;
        margin-bottom: 3px;
    }

    .feature-card h3 {
        width: 100%;
    }

    .feature-card p {
        font-size: 18px;
    }

    .how-we-work h2 {
        font-size: 52px;
        margin-bottom: 60px;
    }

    .steps-grid {
        gap: 24px;
    }

    .steps-grid {
    flex-direction: row;
    flex-wrap: wrap;
    }

    .step-card {
        flex-basis: 49%;
        padding: 36px 36px;
    }

    #final-block {
        padding-top: 100px;
    }

    .boxes-image {
        max-width: 636px;
        min-width: 636px;
        width: 636px;
    }

    .final-block h2 {
        margin-top: 42px;
        font-size: 52px;
        margin-bottom: 24px;
    }

    .final-block p {
        margin-bottom: 30px;
    }

    .footer {
        padding: 100px 0 0 0;
    }

    .contact-info-nav {
        margin-bottom: 16px;
    }

    .footer-logo {
        font-size: 122px;
        bottom: -30px;
    }

}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading animation */
body {
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.loaded {
    opacity: 1;
}
