:root{--primary-color: #009640;--primary-hover: #007a33;--text-color: #333;--light-text: #666;--bg-color: #f8fafc;--control-bg: rgba(0, 0, 0, 0.7)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:"Jost",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--bg-color);overflow-x:hidden;width:100%}#services-firstscreen{width:100%;padding-top:500px;background-color:#fff}.services-title{font-size:39px;font-weight:600;text-align:center;margin-bottom:50px}.services__bg{background-position:center center;background-repeat:no-repeat;background-size:cover;height:450px;width:100%;top:0;left:0;position:absolute;background-image:url("../../assets/img/servicespage/services_header-min.jpg")}.services-firstscreen__container{width:1470px;margin:0 auto}.services-firstscreen__title{text-align:center;font-size:34px;font-weight:500;margin-bottom:30px}.services-firstscreen__discr{margin:0 auto;font-size:20px;width:1100px;line-height:1.5}.services-firstscreen__btns{display:flex;justify-content:space-evenly;width:800px;margin:0 auto}.services-firstscreen__btns button{background-color:#edebeb;border:none;width:280px;height:40px;margin:20px;border-radius:5px;font-size:18px;font-weight:600}.services-firstscreen__btns button:hover{background-color:var(--second-bg-color);color:#fff;cursor:pointer}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}#services-services{width:100%;padding-top:100px;background-color:#fff}.services-items{width:1500px;margin:0 auto;display:flex;flex-direction:column}.services-items__line{width:100%;display:flex;justify-content:space-between;opacity:0;transition:all .6s ease-out}.services-items__line.animate{animation:fadeInUp .8s ease-out forwards}.services-items__line:nth-child(2).animate{animation-delay:.3s}.services-item__container-title{display:flex;align-items:center}.services-item__img img{width:100px}.services__item{width:420px;margin:10px;border-radius:20px;border:solid 2px rgba(var(--primary-color-rgb), 0.5);box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease;padding:15px;background:#fff}.services__item:hover{box-shadow:0 8px 25px rgba(0,0,0,.15);transform:translateY(-5px)}.services-item__title{text-align:left;font-size:29px;margin-bottom:50px;font-weight:500;margin:0 20px;display:inline-block;line-height:1}.services-item__list{font-size:20px;padding-top:10px}.services-item__list ul{padding-left:20px;list-style-type:none}.services-item__list ul li{font-size:18px;margin:8px 0;position:relative;line-height:1.4;padding:5px 0}.services-item__content{display:flex;justify-content:flex-start}#services-mixtures{width:100%;padding:50px 0;background-color:#fff}.services-mixtures__container{width:1000px;margin:0 auto}.services-mixtures__title{font-size:30px;font-weight:500;margin-bottom:50px;text-align:center}.services-mixtures__discr{font-size:20px;line-height:1.5}.services-mixtures__discr p{margin-bottom:20px}.services-mixtures__discr ul{margin-left:50px}.services-mixtures__discr ul li{list-style-type:disc}.service-parallax__container{position:relative;height:600px;overflow:hidden}.services-parallax__description{padding-top:100px;padding-left:300px;position:absolute;color:#fff;background-color:rgba(55,129,108,.8);width:100%;height:600px}.services-parallax__subtitle{font-size:35px;line-height:46px;font-weight:500}.services-parallax__subtitle+p{font-size:20px;line-height:46px;margin-bottom:50px}.services-parallax__num{font-size:48px;font-weight:500;line-height:1.1;color:#fff}.services-parallax__num+p{font-size:20px;line-height:46px;margin-bottom:50px}.service-parallax__bg{position:fixed;bottom:0;left:0;width:100%;height:100%;background-image:url("../assets/img/servicespage/services-bg.jpg");background-size:cover;background-position:center;z-index:-1}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes celebrate{0%{text-shadow:0 0 0 rgba(255,182,70,0)}50%{text-shadow:0 0 10px rgba(255,182,70,.7)}100%{text-shadow:0 0 0 rgba(255,182,70,0)}}.animate-complete{animation:pulse .5s ease-in-out,celebrate 1s ease-in-out}#services-contacts{width:100%;padding-top:100px;background-color:#fff;padding-bottom:100px}.services-contacts__container{width:1000px;margin:0 auto}.services-contacts__content{display:flex;justify-content:center}.services-contacts__title{font-size:30px;text-align:center;width:600px;margin:0 auto;font-weight:500;margin-bottom:50px}.services-contacts__discr{font-size:20px;margin-right:40px}.services-contacts__discr p{margin-bottom:20PX}.services-contacts__discr p a{color:var(--second-bg-color);text-decoration:none}.services-contacts__content button{width:280px;height:40px;border:none;border-radius:5px;font-size:18px;font-weight:500}.services-contacts__content button:hover{cursor:pointer;background-color:var(--second-bg-color);color:#fff}.services-contacts__staff{margin-top:50px;width:100%;background-image:linear-gradient(180deg, #E0F8D8 0%, #FFFFFF 100%)}.services-contacts__staff-container{padding-top:50px;width:1000px;margin:0 auto;display:flex;justify-content:space-between}.services-contacts__staff-title{font-size:24px;font-weight:500;text-align:center;margin-top:30px}.services-contacts__block img{width:450px}.services-contacts__staff-descr{font-size:16px;color:var(--second-bg-color);text-align:center;margin-top:20px}.services-contacts__block svg{width:100px;margin-bottom:30px}.services-contacts__type-contact{font-size:28px;font-weight:500}.services-contacts__staff-contact a{display:block;font-size:20px;text-decoration:none;margin:10px 0 0px 0;color:var(--second-bg-color);margin-bottom:30px}#service-form{width:320px;margin:10px auto}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,150.45,63.75,.2);display:none;z-index:999}.modal-service-form{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1000}.service-form__title{font-size:28px;text-align:center;font-style:normal;margin-bottom:20px}.service-form-form{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1000}.modal-service-form-content{position:fixed;padding:20px;width:400px;height:500px;top:50%;left:50%;transform:translate(-50%, -50%);border:none;background-color:#fff;color:#4e4e4e;text-align:left;border-radius:20px;font-size:20px;font-style:italic;line-height:1.3}.service-form__group{position:relative;width:320px}.service-form__input{background:none;color:#555;font-size:18px;padding:10px 10px 10px 5px;display:block;width:320px;border:none;border-radius:0;border-bottom:1px solid #c6c6c6}.service-form__input:focus{outline:none}.service-form__input:focus~.service-form-bar:before{width:335px}.service-form__textarea{background:none;color:#555;font-size:18px;padding:10px 10px 10px 5px;display:block;width:320px;border:none;border-radius:0;border-bottom:1px solid #c6c6c6;resize:none}.service-form__textarea:focus{outline:none}.service-form__textarea:focus~.bar:before{width:335px}.service-form__btn{margin:10px 0 0 40px;border:2px solid rgba(0,0,0,0);border-radius:5px;box-shadow:0 0 0 100px #009640 inset;background-origin:border-box;width:250px;height:45px;border-radius:10px;display:inline-block;font-size:24px;color:#fff;border-color:#009640;text-align:center;cursor:pointer}.service-form__btn:hover{background:fixed;font-size:24px;box-shadow:0 0 0 100px var(--orange-color) inset;border-color:var(--orange-color);background-color:var(--orange-color);color:#fff;box-shadow:0 7px 14px rgba(0,0,0,.18),0 5px 5px rgba(0,0,0,.12)}.modal-overlay-service-form{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,150.45,63.75,.2);display:none;z-index:99}.frontpage__close-modal{position:absolute;cursor:pointer;width:30px;height:30px;right:10px;top:15px;border-radius:50%;border:none;background-color:rgba(0,150,64,.5);color:#4e4e4e}.frontpage__close-modal svg{width:19px;margin-top:3px}.director-input-bar{position:relative;display:block;width:320px}.director-input-bar:before{content:"";height:2px;width:0;bottom:0px;position:absolute;background:#009640;transition:300ms ease all;left:0%}.director-form__input:focus~.director-input-bar:before,.director-form__textarea:focus~.bar:before{width:335px}.director-form__input:focus,.director-form__textarea:focus{outline:none}@media(max-width: 768px){.services-title{font-size:30px;font-weight:600;text-align:center;margin-bottom:50px}.services__bg{display:none}#services-firstscreen{width:100%;padding-top:150px;background-color:#fff}.services-firstscreen__container{max-width:100%;margin:0 auto}.services-firstscreen__title{text-align:center;font-size:30px;font-weight:500;margin-bottom:30px}.services-firstscreen__discr{margin:0 auto;font-size:20px;max-width:100%;line-height:1.5}.services-firstscreen__discr p{padding:0 20px}.services-firstscreen__btns{display:flex;flex-direction:column;justify-content:center;max-width:100%;margin:0 auto}#services-services{width:100%;padding-top:100px;background-color:#fff;padding-bottom:50px}.services-items{max-width:100%;margin:0 auto;display:flex;flex-direction:column}.services-items__line{width:100%;display:flex;flex-direction:column;justify-content:center;margin:0 auto}.services__item{width:90%;margin:0 auto;margin-bottom:70px}.services-item__title{margin-bottom:-10px;font-size:26px}.services-item__content{display:flex;flex-direction:column;justify-content:center}.services-item__img{display:flex;justify-content:center}.services-item__list ul li{margin:0 20px;margin-top:10px}#services-mixtures .services-mixtures__container{max-width:100%;margin:0 auto;margin-bottom:50px}#services-mixtures .services-mixtures__title{font-size:30px;font-weight:500;margin-bottom:50px;text-align:center;padding:0 20px;line-height:1}#services-mixtures .services-mixtures__discr{font-size:20px;line-height:1.5;padding:0 20px}#services-parallax .service-parallax__container{position:relative;height:700px;overflow:hidden}#services-parallax .service-parallax__bg{display:none}#services-parallax .services-parallax__description{padding-top:100px;padding-bottom:100px;padding-left:30px;position:absolute;color:#fff;background-color:rgba(55,129,108,.8);width:100%;height:700px}#services-parallax .services-parallax__descr-container{max-width:90%}#services-contacts{width:100%;padding-top:100px;background-color:#fff;padding-bottom:0px}#services-contacts .services-contacts__container{max-width:100%;margin:0 auto}#services-contacts .services-contacts__title{font-size:30px;text-align:center;width:90%;margin:0 auto;font-weight:500;margin-bottom:50px;line-height:1}#services-contacts .services-contacts__content{display:flex;justify-content:center;flex-direction:column}#services-contacts .services-contacts__discr{font-size:20px;margin-right:0px;width:90%}#services-contacts .services-contacts__block img{width:90%;display:block;margin:0 auto}#services-contacts .services-contacts__content{padding-left:10%}#services-contacts .services-contacts__content button{width:280px;height:40px;border:none;border-radius:5px;font-size:18px;font-weight:500}#services-contacts .services-contacts__staff-container{padding-top:50px;max-width:100%;margin:0 auto;display:flex;justify-content:space-between;flex-direction:column}#services-contacts .services-contacts__staff-descr{font-size:24px;color:var(--second-bg-color);text-align:center;margin-top:20px;width:100%;text-align:center;line-height:1;margin-bottom:50px}#services-contacts .services-contacts__block svg{margin-left:30%}#services-contacts .services-contacts__block p{margin-left:5%}.modal-service-form-content{max-width:90%}}
