@font-face{font-family:Poppins;src:url(/codeCreators-project/assets/poppins-v21-latin-300-C9IxIa3P.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Poppins;src:url(/codeCreators-project/assets/poppins-v21-latin-regular-IYuK_iUA.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/codeCreators-project/assets/poppins-v21-latin-500-CymW8TJ7.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Poppins;src:url(/codeCreators-project/assets/poppins-v21-latin-600-CHD7QXqh.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Impact;src:url(/codeCreators-project/assets/impact-D4FAfvkI.ttf) format("truetype");font-weight:400;font-style:normal}:root{--hover-green-color: #009156;--error-color: #e74a3b;--first-font-family: "Poppins", sans-serif;--second-font-family: "Impact", sans-serif;--third-font-family: "Montserrat", sans-serif}:root .light-theme{--main-color: #f0f0f0;--main-text-color: #292929;--title-accent-green-color: #00b068;--hero-btn: #bcdfd1;--hero-btn-hover: #00b068;--gray: #e4e5e6;--gray-hover: #bbbbbb;--link-color: #292929;--link-color-hover: #00b068;--tech-skills-green: #bcdfd1;--message-btn: #00b068;--message-btn-hover: #009156;--modal-overlay-bg: #292929cc;--modal-bg: #f0f0f0}:root .dark-theme{--main-color: #1e2023;--main-text-color: #f0f0f0;--title-accent-green-color: #14c57c;--hero-btn: #14c57c;--hero-btn-hover: #009156;--gray: #2a2d32;--gray-hover: #3b3f45;--link-color: #f0f0f0;--link-color-hover: #14c57c;--tech-skills-green: #204136;--message-btn: #14c57c;--message-btn-hover: #009156;--modal-overlay-bg: #1e2023cc;--modal-bg: #2a2d32}html{scroll-behavior:smooth}body{background-color:var(--main-color);color:var(--main-text-color);font-family:var(--first-font-family);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;transition:background-color .3s,color .3s}h1,h2,h3,h4,h5,h6,p{margin:0}ul,ol{margin:0;padding:0;list-style:none}a{font-family:inherit;color:inherit;text-decoration:none}button{cursor:pointer;border:none}img{display:block;max-width:100%;height:auto}input,textarea{font-family:inherit;outline:none}.container{max-width:360px;margin:0 auto;padding:0 20px}@media only screen and (min-width: 768px){.container{max-width:768px;padding:0 32px}}@media only screen and (min-width: 1280px){.container{max-width:1280px}}.header-container{display:flex;align-items:center;justify-content:space-between}.header-item{display:inline-block}.header-logo{display:flex;font-family:Impact,sans-serif;font-weight:400;font-size:24px;line-height:1;letter-spacing:.06em;text-transform:uppercase;padding:20px 0;color:var(--main-text-color)}.highlight{color:var(--title-accent-green-color)}.header-wrap{display:flex;gap:40px;align-items:center}.header-list{display:none}.icon-container{position:relative;padding:20px 0}.switch-container{display:flex;position:relative}#switch{display:none}.label{height:20px;width:44px;background-color:#e4e5e6;border-radius:2rem;overflow:hidden;left:20px}.label:hover{cursor:pointer}.label:before{content:"";display:block;width:16px;height:16px;top:2px;bottom:2px;left:2px;right:2px;background-color:#00b068;position:absolute;border-radius:50%}.dark-theme .label:before{clip-path:polygon(50% 0%,100% 10%,100% 35%,100% 70%,100% 90%,50% 100%,63% 81%,69% 65%,70% 46%,66% 26%)}.burger-btn-menu{display:flex;align-items:center;cursor:pointer;background:none;border:none;fill:var(--main-text-color)}#switch:checked+.label{background-color:#292929}#switch:checked+.label:before{content:"";-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform:translate(25px);width:16px;height:16px;top:2px;bottom:2px;left:0;right:4px;background-repeat:no-repeat;background-position:center}@media screen and (min-width: 768px){.header-container{flex-direction:row;justify-content:space-between;align-items:center}.burger-btn-menu{display:none}.header-navigation{margin-right:auto}.header-list{display:flex;flex-direction:row;gap:40px;font-family:Poppins,sans-serif;font-weight:300;font-size:16px;line-height:1.5;letter-spacing:.03em;color:#292929}.header-logo{font-family:Impact,sans-serif;font-weight:400;font-size:32px;line-height:1;letter-spacing:.05em;text-transform:uppercase;padding:32px 0}.header-mobile-menu-open{display:none}.label{left:60px;height:24px;width:48px}.label:before{width:20px;height:20px}#switch:checked+.label:before{width:20px;height:20px}.header-wrap{display:flex;gap:40px;margin-left:auto}.header-list{display:flex;flex-direction:row;gap:40px}.header-link{display:inline-block;font-weight:300;font-size:16px;transition:color .25s ease-in-out;padding-top:36px;padding-bottom:36px}.header-link:hover,.header-link:focus{color:#00b068}.icon-container{padding:36px 0}}@media screen and (min-width: 1280px){.header-container{flex-direction:row}.label{left:260px}}body.light-theme{background-color:#f0f0f0;color:#292929}body.dark-theme{background-color:#1e2023;color:#f0f0f0}.dark-theme .header-logo,body.dark-theme .js-open-menu,.dark-theme .header-list,.dark-theme .burger-btn-menu{color:#f0f0f0}.dark-theme .menu-open-icon{fill:#f0f0f0}.dark-theme .menu-open-icon:hover{fill:#00b068}body.dark-theme .header-mobile-menu{background:#000000e6;color:#f0f0f0;background-image:url(/codeCreators-project/assets/decor-bg8@1x-mob-C1qcUMTx.png);background-repeat:no-repeat}@media screen and (-webkit-min-device-pixel-ratio: 2),(min-rezolution: 2dppx),(min-rezolution: 192dpi){.header-mobile-menu{background-image:url(/codeCreators-project/assets/decor-bg8@2x-mob-CU2yapr8.png)}}.js-open-menu{color:#000;background-color:transparent;border:none;cursor:pointer;font-size:32px}.header-mobile-menu-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f0f0f0;display:flex;display:none;justify-content:center;align-items:center;z-index:1000;transform:translate(-100%);transition:transform .3s ease-in-out}.mob-menu-top-bottom{display:flex;flex-direction:column;gap:276px}.header-mobile-menu-container.active{display:flex;transform:translate(0)}.header-mobile-logo{margin:0}.highlit{color:#00b068}.mob-menu-top{display:flex;align-items:center}.header-btn-icon{transition:fill .25s ease-in-out}.header-btn-icon:hover,.header-btn-icon:focus{fill:#00b068}.header-mobile-menu-open{align-items:center;justify-content:end;padding:20px 0;cursor:pointer;transition:color .25s ease-in-out;border:none;background:none}.menu-open-icon{width:32px;height:32px;fill:#292929;transition:fill .3s ease-in-out}.menu-open-icon:hover{stroke:#00b068}.header-mobile-menu{justify-content:center;flex-grow:1;align-items:center;background-image:url(/codeCreators-project/assets/decor-bg8@1x-mob-C1qcUMTx.png);background-repeat:no-repeat}@media screen and (-webkit-min-device-pixel-ratio: 2),(min-rezolution: 2dppx),(min-rezolution: 192dpi){.header-mobile-menu{background-image:url(/codeCreators-project/assets/decor-bg8@2x-mob-CU2yapr8.png)}}.header-mobile-list{display:flex;flex-direction:column;gap:24px;align-items:center}.header-container{top:0;left:0;z-index:1000;display:flex;justify-content:space-between;align-items:center}.menu-close-icon{stroke:var(--main-text-color)}.header-mobile-menu-close{border:none;background:none;margin-left:auto;padding:20px 0}.header-mobile-menu{height:100%;flex-direction:column}.header-mobile-link{font-family:Poppins,sans-serif;font-size:16px;font-weight:300;text-decoration:none;transition:color .3s ease-in-out}.header-mobile-link:hover,.header-mobile-link:focus{color:#00b068}body.no-scroll{overflow:hidden;position:fixed;width:100%}.hero{padding-bottom:40px}.hero-title-link{padding-top:112px;margin-bottom:40px}.hero-container{position:relative;z-index:1}.hero-container:after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-image:url(/codeCreators-project/assets/decor-bg8@1x-mob-C1qcUMTx.png);background-repeat:no-repeat,no-repeat;z-index:-1}.hero-title{font-family:var(--second-font-family);font-size:64px;font-weight:400;line-height:1.25;letter-spacing:.03em;color:var(--main-text-color);margin-bottom:40px}.accent-color-title{color:var(--title-accent-green-color)}.custom-button{white-space:nowrap;position:relative;display:flex;align-items:center;gap:12px;overflow:hidden;z-index:1;padding:32px 0;font-family:var(--first-font-family);font-weight:400;font-size:18px;line-height:1.56;letter-spacing:.03em;text-transform:uppercase;color:var(--main-text-color)}.button-ikon{fill:var(--hero-btn-hover);stroke:var(--hero-btn-hover)}.custom-button:after{content:"";width:165px;height:92px;background-color:var(--tech-skills-green);border-radius:16px;position:absolute;top:0;left:47%;transition:.25s cubic-bezier(.4,0,.2,1);z-index:-1}.custom-button:hover:after{transform:translate(-50%);content:"";width:300px;height:92px;background-color:var(--hover-green-color);border-radius:16px}.hero-img{display:none}.hero-subtitle-text{font-family:var(--first-font-family);font-weight:400;font-size:18px;line-height:1.56;letter-spacing:.03em;text-transform:uppercase;color:var(--main-text-color)}.accent-color-subtitle{color:var(--title-accent-green-color)}.hero-content-img-box{margin-bottom:72px}.hero-socials{background-color:var(--gray);display:flex;flex-direction:column;align-items:center;gap:24px;padding:32px 0;font-family:var(--first-font-family);font-weight:300;font-size:16px;line-height:1.5;letter-spacing:.03em;color:var(--main-text-color)}.hero-socials-list-item{transition:color .25s cubic-bezier(.4,0,.2,1)}.hero-socials-list-item:hover{color:var(--hover-green-color)}@media screen and (min-width: 768px){.hero{padding-bottom:62px}.hero-title-link{padding-top:88px}.hero-container:after{background-image:url(/codeCreators-project/assets/decor-bg6@1x-tab-DU-J8xD0.png),url(/codeCreators-project/assets/decor-bg7@1x-tab-B2Pzbic1.png);background-repeat:no-repeat,no-repeat;background-position:top 32px right,right 402px top 454px;background-size:356px 276px,356px 276px}.hero-title{font-size:124px;line-height:1.19;letter-spacing:.01em;margin-bottom:60px}.custom-button{font-size:20px;line-height:1.6}.custom-button:after{left:21%;content:"";width:261px;height:96px}.custom-button:hover:after{transform:translate(-57%)}.hero-subtitle-text{font-size:20px;line-height:1.6}.hero-content-img-box{margin-bottom:104px}.hero-socials{flex-direction:row;justify-content:center;gap:40px;padding:40px 0}}@media screen and (min-width: 1280px){.hero{padding-bottom:82px}.hero-container{display:flex;gap:72px}.hero-container:after{background-image:url(/codeCreators-project/assets/decor-bg4@1x-desk-CpvXBBeM.png),url(/codeCreators-project/assets/decor-bg3@1x-desk-D6ufi97_.png);background-repeat:no-repeat,no-repeat;background-position:top 7px right 59px,right 675px top 484px}.hero-title-link{width:552px;margin-bottom:96px}.hero-title{margin-bottom:80px}.hero-content-img-box{width:592px;display:flex;flex-direction:column;gap:80px;padding-top:88px}.hero-img{display:block;border-radius:32px;width:592px;height:444px}.custom-button{padding-left:72px}.custom-button:after{content:"";width:271px;height:96px;left:40%}}.about-me{padding-top:40px;padding-bottom:40px}@media screen and (min-width: 768px){.about-me{padding-top:62px;padding-bottom:62px}}@media screen and (min-width: 1280px){.about-me{padding-top:82px;padding-bottom:82px}}.about-title{font-family:var(--second-font-family);font-weight:400;font-size:52px;line-height:1.23;letter-spacing:.03em;text-transform:uppercase;color:var(--main-text-color);margin-bottom:40px}@media screen and (min-width: 768px){.about-title{font-size:108px;line-height:1.15;letter-spacing:.02em}}.about-title-span{color:var(--title-accent-green-color)}@media screen and (min-width: 768px){.about-photo{padding-top:368px}}@media screen and (min-width: 1280px){.about-photo{padding-top:272px}}@media screen and (min-width: 768px){.photo-bio{position:relative;display:flex;flex-wrap:nowrap;gap:32px;margin-bottom:60px}}@media screen and (min-width: 1280px){.photo-bio{gap:136px;margin-bottom:80px;justify-content:flex-end}}@media screen and (min-width: 768px){.bio-subtext{width:336px}}@media screen and (min-width: 1280px){.bio-subtext{width:488px}}.about-img{margin-bottom:40px;border-radius:16px;border:none;width:100%}@media screen and (min-width: 768px){.about-img{margin-bottom:0}}@media screen and (min-width: 768px){.wrapper-education-role{display:flex;gap:32px}}@media screen and (min-width: 1280px){.wrapper-education-role{gap:136px;justify-content:flex-end;margin-right:104px}}@media screen and (min-width: 768px){.education-role{flex:1}}@media screen and (min-width: 1280px){.education-role{max-width:384px}}.about-subtitle{font-family:var(--first-font-family);font-weight:500;font-size:32px;line-height:1.25;letter-spacing:.02em;text-transform:uppercase;color:var(--main-text-color);margin-bottom:32px}@media screen and (min-width: 768px){.about-subtitle{font-size:36px;line-height:1.33;letter-spacing:.01em}}.wrapper-bg{position:relative}.about-bacground{margin-top:12px;position:absolute}@media screen and (min-width: 1280px){.about-bacground{margin-top:40px;left:95px}}@media screen and (max-width: 767.98px){.about-bacground{display:none}}.bacground-img{width:100%}.about-subtext{font-family:var(--first-font-family);font-weight:300;font-size:16px;line-height:1.5;letter-spacing:.03em;color:var(--main-text-color)}.about-wrapper-subtext{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:40px}@media screen and (min-width: 768px){.about-wrapper-subtext{margin-bottom:0}}.about-list{margin-bottom:40px}@media screen and (min-width: 768px){.about-list{margin-bottom:0}}.about-item{position:relative;padding-left:30px;font-family:var(--first-font-family);font-weight:300;font-size:16px;line-height:1.5;letter-spacing:.03em;color:var(--main-text-color)}.about-item:before{position:absolute;left:8px;top:10px;content:"";width:4px;height:4px;display:block;background-color:var(--title-accent-green-color);border-radius:1px}.about-item:not(:last-child){margin-bottom:12px}@media screen and (min-width: 768px){.about-item:not(:last-child){margin-bottom:16px}}.tech-skills{padding:40px 0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;overflow:hidden}.tech-term-first,.tech-term-second{overflow:hidden;font-family:var(--first-font-family);font-weight:500;font-size:32px;line-height:40px;letter-spacing:.5px;text-transform:uppercase;background-color:var(--tech-skills-green);position:relative;z-index:1}.tech-term-second{color:var(--title-accent-green-color);background-color:var(--gray);transform:translate(-2px) rotate(2deg);z-index:0}.term-first,.term-second{display:flex}.tech-skills-list-first,.tech-skills-list-second{list-style:none;display:flex;flex-shrink:0;margin:0;padding:32px 0;min-width:100%;white-space:nowrap;animation-name:marquee;animation-duration:10s;animation-timing-function:linear;animation-iteration-count:infinite}.tech-skills-list-second{animation-name:marqueeLine;animation-duration:5s}.tech-skills-item{position:relative;padding-left:16px;padding-right:12px}.first:before,.second:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background-color:var(--title-accent-green-color);border-radius:2px}.second:before{background-color:var(--main-text-color);border-radius:2px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marqueeLine{0%{transform:translate(-100%)}to{transform:translate(0)}}@media only screen and (min-width: 768px){.tech-skills{padding:62px 0}.tech-term-first,.tech-term-second{font-size:36px;line-height:48px}.tech-term-second{overflow:hidden}.term-first{padding:40px 0;min-width:100%;white-space:nowrap}.term-second{padding:40px 0}.tach-skills-item{position:relative;padding-left:30px;padding-right:24px}}@media only screen and (min-width: 1280px){.tech-skills{padding:82px 0}}.my-projects{padding-top:40px;padding-bottom:40px}.projects-title{text-align:center;font-family:Impact,sans-serif;font-weight:400;font-size:52px;line-height:1.2;letter-spacing:.03em;text-transform:uppercase;margin-bottom:40px}.projects-title-light{color:var(--title-accent-green-color)}.project-list{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px}.project-item{opacity:0;transform:translateY(20px);transition:all .5s ease}.project-item.show{opacity:1;transform:translateY(0)}.project-image{border-radius:16px;width:100%}.project-tech{margin-top:12px;margin-bottom:16px;font-weight:300;font-size:16px;line-height:150%;letter-spacing:.03em}.project-name{font-weight:500;font-size:32px;line-height:1.2;letter-spacing:.03em;text-transform:uppercase;margin-bottom:16px}.project-link:hover,.project-link:focus{background:var(--gray-hover)}.project-link{display:inline-flex;text-decoration:none;align-items:center;justify-content:center;font-weight:500;border-radius:8px;padding:12px 24px;border:none;background:var(--gray);transition:background-color .25s cubic-bezier(.4,0,.2,1);gap:12px;white-space:nowrap;color:inherit}.project-icon{stroke-width:2px;stroke:var(--title-accent-green-color);fill:none;width:24px;height:24px}.load-more{font-weight:400;font-size:18px;text-transform:uppercase;border:none;text-decoration:underline;text-decoration-color:var(--title-accent-green-color);text-decoration-skip-ink:none;text-underline-offset:.4em;transition:color .25s cubic-bezier(.4,0,.2,1);background-color:transparent;color:var(--main-text-color);margin-top:40px}.load-more:hover,.load-more:focus{color:var(--title-accent-green-color)}.icon-line{width:107px;height:2px;stroke-width:2px;stroke:var(--title-accent-green-color);display:block}.centered{text-align:end}.centered-button{text-align:center}@media screen and (min-width: 768px){.my-projects{padding-top:62px;padding-bottom:62px}.projects-title{font-size:108px;letter-spacing:.02em;margin-bottom:60px}.project-image{border-radius:24px}.project-tech{margin-bottom:20px}.project-list{gap:60px}.project-name{display:flex;gap:15px;font-size:36px;line-height:1.3;letter-spacing:.01em;margin-bottom:unset}.project-name-btn{display:flex;justify-content:space-between}.load-more{min-width:165px;height:56px;font-size:20px;line-height:1.6;letter-spacing:.03em;margin-top:60px}}@media screen and (min-width: 1280px){.my-projects{padding-top:82px;padding-bottom:48px}.projects-title{margin-bottom:80px}.project-image{height:578px}.project-list{gap:80px}.project-image{display:block;margin-left:auto;margin-right:auto}.project-content{width:1008px;margin-left:auto;margin-right:auto}.load-more{margin-top:80px}}.benefits{padding-top:40px;padding-bottom:40px}.benefits-bg{display:none}.benefits-title{font-family:Impact,sans-serif;font-weight:400;font-size:52px;line-height:1.23077;letter-spacing:.03em;text-transform:uppercase;color:var(--main-text-color);margin-bottom:40px}.green-title{color:var(--title-accent-green-color)}.benefits-list{font-family:Poppins,sans-serif}.benefits-subtitle{font-weight:400;font-size:18px;line-height:1.55556;letter-spacing:.03em;text-transform:uppercase;color:var(--main-text-color);margin-bottom:16px;margin-top:16px}.benefits-item-description{font-weight:300;font-size:16px;line-height:1.5;letter-spacing:.03em;color:var(--main-text-color)}ul .benefits-item:not(:last-child){margin-bottom:32px}.benefits-item-icon{background-color:var(--tech-skills-green);border-radius:8px;width:48px;height:48px;display:flex;justify-content:center;align-items:center}.benefits-icon{stroke:var(--title-accent-green-color);fill:none}@media screen and (min-width: 768px){.benefits{padding-top:62px;padding-bottom:62px}.benefits-title{font-size:108px;line-height:1.14815;letter-spacing:.02em;margin-bottom:0}.benefits-list{display:flex;flex-wrap:wrap;gap:32px}.benefits-item{width:336px}.benefits-list>:first-child{margin-left:368px}.benefits-subtitle{font-size:20px;line-height:1.6}ul .benefits-item:not(:last-child){margin-bottom:0}}@media screen and (min-width: 1280px){.benefits{position:relative;padding-top:0;padding-bottom:82px}.benefits-title{max-width:736px;min-width:681px;margin-bottom:-96px}.benefits-list>:first-child{margin-left:832px}.benefits-item{width:384px}.benefits-container{position:relative;background-image:url(/codeCreators-project/assets/decor-bg3@1x-desk-D6ufi97_.png);background-repeat:no-repeat;background-position:722px top;padding-top:116px;background-size:526px}@media (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.benefits-container{background-image:url(/codeCreators-project/assets/decor-bg3@2x-desk-Dn1NBe7U.png)}}}.faq-content{padding-bottom:40px;padding-top:40px}.faq-title{font-family:var(--second-font-family);text-align:start;font-size:2rem;font-weight:400;font-size:52px;line-height:1.23;text-transform:uppercase;color:var(--main-text-color);margin-bottom:40px}.question{color:var(--title-accent-green-color)}.faq-list{list-style:none;padding:0}.faq-item{align-items:flex-start;justify-content:flex-start;flex-direction:row;gap:16px;border-bottom:1px solid var(--gray);border-radius:16px 16px 0 0;overflow:hidden;transition:color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.faq-question{font-family:var(--first-font-family);font-weight:400;font-size:20px;line-height:1.6;letter-spacing:.03em;border:none;border-bottom:2px solid rgba(251,251,251,.1);width:100%;cursor:pointer;align-items:center;text-align:left;display:flex;gap:16px;background-color:transparent;text-transform:uppercase;color:var(--main-text-color);padding:28px 80px 28px 24px;position:relative;transition:color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.faq-item.open{background-color:var(--tech-skills-green);border-radius:16px}.faq-item:hover{border-radius:16px}.faq-question.active{background-color:var(--tech-skills-green);border-bottom:none}.faq-item:not(.open) .faq-question{border-radius:0;background-color:var(--main-color)}.faq-answer{font-family:var(--first-font-family);color:var(--main-text-color);font-weight:300;font-size:16px;line-height:1.5;letter-spacing:.03em;display:none;padding:0 24px 28px;border-radius:0 0 16px 16px}.faq-item.open .faq-answer,.faq-answer.show{display:block}.faq-arrow{position:absolute;transform:translateY(-50%) rotate(45deg);width:10px;height:10px;flex-shrink:0;margin-left:16px;top:40px;right:24px;border:solid var(--main-text-color);border-width:0 2px 2px 0;display:inline-block;transform-origin:center;transition:transform .3s}.faq-arrow.open{transform:translateY(-50%) rotate(225deg)}@media screen and (min-width: 768px){.faq-content{padding-top:62px}.faq-title{font-size:108px;line-height:1.15;letter-spacing:.02em;margin-bottom:60px}.faq-question{font-size:20px;line-height:1.6;padding-right:100px}}@media screen and (min-width: 1280px){.faq-title{margin-bottom:0}.title-qth{display:flex;flex-direction:row;width:520px}.faq-content{padding-top:82px;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;max-width:1280px;margin:0 auto}.faq-list{width:592px;margin-top:276px}.faq-question{justify-content:space-between}.faq-content{position:relative;background-image:url(/codeCreators-project/assets/decor-bg4@1x-desk-CpvXBBeM.png);background-size:contain;background-repeat:no-repeat;background-size:auto;background-position:bottom left}}.reviews{padding-top:40px;padding-bottom:40px}.reviews-title{margin:0 auto 40px;text-transform:uppercase;font-family:var(--second-font-family);font-size:52px;letter-spacing:1.8px;line-height:1.23;text-align:center}.swiper-wrapper{height:auto}.swiper-slide{display:flex!important;height:auto!important;flex-direction:column;justify-content:space-between;padding:32px;border-radius:16px;background-color:var(--gray);gap:24px}.reviews-text{font-family:var(--first-font-family);font-weight:300;font-size:16px;line-height:1.5;letter-spacing:.03em;color:var(--main-text-color);text-align:left}.reviews-author-info{display:flex;gap:16px}.reviews-img{border-radius:24px;width:40px;height:40px;background-color:var(--tech-skills-green)}.reviews-name{font-family:var(--first-font-family);font-weight:600;font-size:16px;line-height:1.5;letter-spacing:.03em;color:var(--main-text-color)}.swiper-buttons{display:flex;gap:16px;margin-top:24px;justify-content:flex-end}.swiper-button-next,.swiper-button-prev{display:flex;justify-content:center;align-items:center;border:1px solid var(--gray);border-radius:8px;width:40px;height:40px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.swiper-button-next svg,.swiper-button-prev svg{fill:none;stroke:var(--main-text-color)}.swiper-button-prev:hover,.swiper-button-next:hover{background-color:var(--gray);border-color:var(--main-text-color)}.swiper-button-disabled{border-color:var(--gray)}.swiper-button-disabled svg{stroke:var(--gray);fill:var(--gray)}.swiper-button-disabled:hover{background-color:transparent;border:transparent}.swiper-button-next:after,.swiper-button-prev:after{content:""}@media screen and (min-width: 768px){.reviews-title{font-size:108px}}@media screen and (min-width: 1280px){.swiper-buttons{gap:24px}.swiper-button-next,.swiper-button-prev{width:48px;height:48px}}.work-together{padding:40px 0 80px}.work-container{background-repeat:no-repeat}.work-together-title{font-weight:400;font-size:52px;line-height:123%;letter-spacing:.03em;font-family:var(--second-font-family);text-transform:uppercase;color:var(--main-text-color);margin-bottom:40px}.work-together-span{color:var(--title-accent-green-color)}.work-together-address{display:flex;flex-direction:column;gap:32px;margin-bottom:40px}.work-together-text{font-family:var(--first-font-family);font-weight:400;font-size:18px;line-height:156%;letter-spacing:.03em;text-transform:uppercase;color:var(--main-text-color);font-style:normal}.work-together-list{display:flex;flex-direction:column;gap:16px}.work-together-item{display:flex;gap:16px}.work-together-svg{stroke:var(--link-color-hover);fill:none;vertical-align:middle;margin-right:16px}.work-together-list-info{font-family:var(--first-font-family);font-weight:300;font-size:16px;line-height:150%;letter-spacing:.03em;color:var(--main-text-color);transition:color .25s cubic-bezier(.4,0,.2,1)}.work-together-list-info:hover,.work-together-list-info:focus{color:var(--message-btn)}.form-input-wrap{position:relative}.form-input{border-radius:8px;padding:16px;width:100%;height:48px;background-color:var(--gray);outline:.2px solid transparent;margin-bottom:32px;font-family:var(--first-font-family);font-weight:300;font-size:16px;line-height:150%;letter-spacing:.03em;color:var(--main-text-color);border-color:transparent;transition:outline-color .25s cubic-bezier(.4,0,.2,1)}.form-input.invalid{color:var(--error-color)}.form-input.valid{color:var(--main-text-color)}.form-message{border-radius:8px;padding:16px;width:100%;height:128px;background-color:var(--gray);outline:.2px solid transparent;margin-bottom:32px;resize:none;font-family:var(--first-font-family);font-weight:300;font-size:16px;line-height:150%;letter-spacing:.03em;color:var(--main-text-color);border-color:transparent;transition:outline-color .25s cubic-bezier(.4,0,.2,1)}.form-input:hover,.form-message:hover,.form-input:focus-within,.form-message:focus-within{outline-color:var(--link-color-hover)}.form-input-error,.form-input-error-msg{font-weight:300;color:var(--error-color);letter-spacing:.2px;font-size:12px;line-height:24px;margin-top:-32px;display:none}.form-icon-success{fill:var(--title-accent-green-color);position:absolute;right:17px;top:17px;display:none}input::placeholder{font-family:var(--first-font-family);font-weight:300;font-size:16px;line-height:150%;letter-spacing:.03em;color:var(--main-text-color)}textarea::placeholder{font-family:var(--first-font-family);font-weight:300;font-size:16px;line-height:150%;letter-spacing:.03em;color:var(--main-text-color)}.form-button{border-radius:8px;padding:12px 24px;width:100%;height:48px;background-color:var(--message-btn);font-family:var(--first-font-family);font-weight:500;font-size:16px;line-height:150%;letter-spacing:.03em;text-align:center;color:#f0f0f0;transition:background-color .25s cubic-bezier(.4,0,.2,1);text-transform:uppercase}.form-button:hover,.form-button:focus{background-color:var(--message-btn-hover)}.modal-overlay{background-color:var(--modal-overlay-bg);position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1)}.modal-overlay.is-open{opacity:1;pointer-events:auto;visibility:visible}.modal{position:relative;background-color:var(--modal-bg);border:1px solid var(--light-grey);border-radius:16px;padding:48px 32px;max-width:320px;max-height:328px}.modal-close-btn{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:0}.modal-close-svg{stroke:var(--link-color);fill:none;width:24px;height:24px}.modal-text-main{font-family:var(--first-font-family);font-weight:400;font-size:20px;line-height:160%;letter-spacing:.03em;text-transform:uppercase;text-align:center;color:var(--message-btn);margin-bottom:16px}.modal-text-second{font-family:var(--first-font-family);font-weight:300;font-size:16px;line-height:150%;letter-spacing:.03em;text-align:center;color:var(--main-text-color)}@media screen and (min-width: 768px){.work-together{padding-bottom:124px}.work-container{padding-top:120px;background-repeat:no-repeat;background-position:right 32px top 13px;background-size:336px 260px}.work-together-title{font-size:108px;line-height:115%;letter-spacing:.02em;margin:0 0 60px}.work-together-address{margin-bottom:60px}.work-together-text{font-size:20px;line-height:160%;max-width:488px}.work-together-list{flex-direction:row}.form-button{width:173px}.modal{border-radius:16px;padding:64px;max-width:492px;max-height:280px}.modal-close-btn{top:20px;right:20px}}@media screen and (min-width: 1280px){.work-together{padding-bottom:164px}.work-container{background-repeat:no-repeat;background-position:right 32px top 30px;background-size:526px 408px;padding-top:116px}.work-together-title{margin:0 0 80px;max-width:513px}.work-together-main-container{display:flex;justify-content:space-between}.work-together-address{gap:120px;margin:0}.work-together-list{margin:0;flex-direction:column}.form-input{width:592px}.modal{border:none}}@media screen and (min-width: 768px) and (max-width: 1279px){.work-container{background-image:url(/codeCreators-project/assets/decor-bg7@1x-tab-B2Pzbic1.png)}}@media screen and (min-width: 768px) and (max-width: 1279px) and (min-resolution: 192dpi){.work-container{background-image:url(/codeCreators-project/assets/decor-bg7@2x-tab-B5zlOG_a.png)}}@media screen and (min-width: 1280px){.work-container{background-image:url(/codeCreators-project/assets/decor-bg3@1x-desk-D6ufi97_.png)}}@media screen and (min-width: 1280px) and (min-resolution: 192dpi){.work-container{background-image:url(/codeCreators-project/assets/decor-bg3@2x-desk-Dn1NBe7U.png)}}.footer{border-top:1px solid var(--gray);padding-top:40px;padding-bottom:24px}.footer-font{font-weight:300;font-size:16px;letter-spacing:.2px}.footer-logo-link{color:var(--main-text-color);font-family:Impact;font-weight:400;font-size:32px;line-height:100%;letter-spacing:.05em;text-transform:uppercase}.footer-logo-span{color:var(--title-accent-green-color)}.footer-container{display:flex;flex-direction:column;justify-content:space-between;gap:40px}.footer-content{display:flex;flex-direction:column;justify-content:space-between}.footer-list{display:flex;flex-direction:column;margin-top:32px;margin-bottom:40px}.footer-list-item{color:var(--main-text-color);margin-top:12px;margin-bottom:12px;transition:color .25s cubic-bezier(.4,0,.2,1)}.footer-list-item:hover,.footer-list-item:focus{color:var(--link-color-hover)}.footer-list-link:hover,.footer-list-link:focus{color:var(--link-color-hover)}.footer-list-link{transition:color .25s cubic-bezier(.4,0,.2,1)}.copyright{display:flex;flex-direction:column;text-align:center;color:var(--main-text-color)}.scroll-btn{display:flex;justify-content:center;align-items:center;border-radius:50%;width:32px;height:32px;border:none;background-color:var(--gray);position:fixed;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.scroll-icon{fill:#019c0e;width:32px;height:32px}.scroll-up-btn{right:3%;bottom:3%}.is-active-scroll{visibility:visible;opacity:1}@media screen and (min-width: 768px){.footer-list{flex-direction:row;margin-top:32px;margin-bottom:0;gap:40px}.footer-list-item{margin-top:0;margin-bottom:0}.copyright{justify-content:flex-end;flex-direction:row}.space-copyright{margin-left:5px}}@media screen and (min-width: 1280px){.footer-content{flex-direction:row;align-items:center}.footer-list{padding-top:0;margin-top:0}}
