.home-contacts-section{position:relative}.home-contacts-section .section-content{padding:var(--section-padding);max-width:1440px;margin:0 auto}.home-contacts-section .section-content .section-head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--items-gap);margin-bottom:var(--section-gap)}.home-contacts-section .section-content .section-head .title{font-family:var(--title-font);font-size:40px;font-weight:700;line-height:50px;letter-spacing:-.06em}@media(max-width:768px){.home-contacts-section .section-content .section-head .title{font-size:30px;line-height:30px}}.home-contacts-section .section-content .section-head .subtitle{font-size:16px;line-height:24px;font-weight:400;font-family:var(--text-font);color:var(--second-text);max-width:800px}.home-welcome-section{padding:var(--section-padding)}.home-welcome-section .section-wrapper{position:relative}.home-welcome-section .section-wrapper .section-content{max-width:1440px;margin:0 auto;border-radius:var(--card-radius);padding:var(--section-padding);min-height:600px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;background:var(--primary-gradient);text-align:center}.home-welcome-section .section-wrapper .section-content .logo-box{display:flex;align-items:center;gap:10px;font-family:var(--title-font);font-size:30px;font-weight:700}.home-welcome-section .section-wrapper .section-content .logo-box svg{display:block;width:90px;height:auto}.home-welcome-section .section-wrapper .section-content .logo-box span{font-size:20px;font-weight:500}.home-welcome-section .section-wrapper .section-content .title{font-size:55px;line-height:55px;letter-spacing:-4px;font-family:var(--title-font);font-weight:600}@media(max-width:768px){.home-welcome-section .section-wrapper .section-content .title{font-size:42px;line-height:52px}}.home-welcome-section .section-wrapper .section-content .sub-title{font-size:16px;line-height:24px;font-weight:400;font-family:var(--text-font);color:var(--second-text);color:var(--second-text-1)}.home-welcome-section .section-wrapper .section-content .contact-btn{margin-top:10px;height:41px;width:-moz-fit-content;width:fit-content;padding:0 16px;display:flex;align-items:center;gap:12px;background-color:var(--primary-color);border-radius:var(--btn-radius);color:var(--primary-inner-color);font-size:15px;font-family:var(--text-font);font-weight:500;line-height:31px;transition:all .3s;text-transform:unset}.home-welcome-section .section-wrapper .section-content .contact-btn:hover{background-color:var(--primary-color-hover)}.offers-section{position:relative}.offers-section .section-content{padding:var(--section-padding);max-width:1440px;margin:0 auto}.offers-section .section-content .section-head{display:flex;flex-direction:column;align-items:center;gap:var(--items-gap);margin-bottom:var(--section-gap);text-align:center}.offers-section .section-content .section-head .section-budge{text-transform:uppercase;font-size:16px;font-weight:600;color:var(--primary-color)}.offers-section .section-content .section-head .title{font-family:var(--title-font);font-size:40px;font-weight:700;line-height:50px;letter-spacing:-.06em}@media(max-width:768px){.offers-section .section-content .section-head .title{font-size:30px;line-height:30px}}.offers-section .section-content .section-head .subtitle{font-size:16px;line-height:24px;font-weight:400;font-family:var(--text-font);color:var(--second-text);max-width:500px}.offers-section .section-content .cards{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;grid-gap:var(--content-gap)}@media(max-width:1070px){.offers-section .section-content .cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.offers-section .section-content .cards{grid-template-columns:repeat(1,1fr)}}.offers-section .section-content .cards .card-item{display:flex;align-items:flex-start;gap:var(--list-gap)}.offers-section .section-content .cards .card-item .icon-box svg{display:block;width:44px;height:44px}.offers-section .section-content .cards .card-item .text-box .title{font-size:18px;line-height:24px;margin-bottom:var(--items-gap);font-weight:600;font-family:var(--title-font)}.offers-section .section-content .cards .card-item .text-box .description{font-size:16px;line-height:24px;font-weight:400;font-family:var(--text-font);color:var(--second-text)}@keyframes transform-animation{0%{transform:translate(-50%,-50%)}50%{transform:translateY(-50%)}to{transform:translate(-50%,-50%)}}.services-section .section-content{padding:var(--section-padding);max-width:1440px;margin:0 auto}.services-section .section-content .section-head{display:flex;flex-direction:column;align-items:center;gap:var(--items-gap);margin-bottom:var(--section-gap)}.services-section .section-content .section-head .title{font-family:var(--title-font);font-size:40px;font-weight:700;line-height:50px;letter-spacing:-.06em}@media(max-width:768px){.services-section .section-content .section-head .title{font-size:30px;line-height:30px}}.services-section .section-content .section-head .subtitle{font-size:16px;line-height:24px;font-weight:400;font-family:var(--text-font);color:var(--second-text);max-width:500px;text-align:center}.services-section .section-content .cards-list{display:flex;flex-direction:column;gap:var(--section-gap)}