*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,sans-serif;font-size:18px;color:#1d1d1b;margin-top:97px}main{max-width:1260px;padding-left:10px;padding-right:10px;margin:0 auto}a{text-decoration:none;color:inherit}button{border:none;cursor:pointer;background:none}.button{display:inline-flex;align-items:center;justify-content:center;background-color:#5773ff;height:44px;padding:0 24px;border-radius:8px;font-weight:600;font-size:16px;color:#fff;transition:all .3s ease}.button:hover{background-color:#3a5bff;box-shadow:0 0 9px #3a5bff;transform:scale(1.01)}.button.icon{width:44px;max-width:44px;height:44px;max-height:44px;padding:0;display:flex;justify-content:center;align-items:center}.section-title{display:flex;gap:20px;margin:60px 0 12px}.section-title__text{font-weight:600;font-size:45px;margin-bottom:40px}@media screen and (max-width: 1150px){.section-title__text{font-size:5.3vw}}@media screen and (max-width: 600px){.section-title__text{font-size:30px}}.section-title__text>span{color:#3d5bf3;text-decoration:underline;text-underline-offset:3px;text-underline-position:under}@keyframes section-title__icon-animation{0%{transform:translatey(-15px)}50%{transform:translatey(0)}to{transform:translatey(-15px)}}.section-title__icon{animation:section-title__icon-animation 6s linear infinite;max-width:80px}@media screen and (max-width: 1150px){.section-title__icon{width:10vw}}@media screen and (max-width: 600px){.section-title__icon{width:60px}}.section-button-container{margin-top:40px;text-align:center}.hover-card-effect{transition:all .3s ease}.hover-card-effect:hover{box-shadow:#00000059 0 0 10px;transform:scale(1.03)}.text-primary{color:#3d5bf3}.text-underline{text-decoration:underline;text-underline-offset:3px;text-underline-position:under}.text-bold{font-weight:700}@keyframes wave-animation{0%{box-shadow:0 8px 10px #3d5bf34d,0 0 #3d5bf333,0 0 #3d5bf333}40%{box-shadow:0 8px 10px #3d5bf34d,0 0 0 15px #3d5bf333,0 0 #3d5bf333}80%{box-shadow:0 8px 10px #3d5bf34d,0 0 0 30px #3d5bf300,0 0 0 26.7px #3d5bf311}to{box-shadow:0 8px 10px #3d5bf34d,0 0 0 30px #3d5bf300,0 0 0 40px #3d5bf300}}.wave-animation{animation:wave-animation linear 1s infinite}.header-container{width:100%;height:77px;position:fixed;top:0;padding:0 10px;background-color:#fff;border-bottom:1px solid #EEEEEE;z-index:15;transition:all .5s ease}.header{max-width:1240px;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header-container.active{height:100%}.header-container.active>.header{flex-direction:column;padding:20px 0}.header-container.active>.header>.header__menu,.header-container.active>.header .header__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:15px 20px}.header-container.active>.header>.header__menu>.header__menu-item{width:60vw;padding:5px 0;font-weight:600;font-size:24px;border:1px solid #3D5BF3;border-radius:8px;text-align:center}.header-container.active>.header>.header__menu-button{position:absolute;right:20px}.header__logo{font-weight:600;font-size:22px;color:#1d1d1b}.header__logo>span{font-weight:700;color:#3d5bf3}.header__menu{display:flex;list-style-type:none;gap:20px}@media screen and (max-width: 1024px){.header__menu{display:none;flex-direction:column;align-items:center}}.header__menu-item{transform:translateY(2px)}@media screen and (min-width: 1024px){.header__menu-item>:after{display:block;content:"";border-bottom:3px solid #3D5BF3;transform:scaleX(0);transition:transform .25s ease-in-out;transform-origin:100% 0}.header__menu-item>:hover:after{transform:scaleX(1);transform-origin:0 100%}}.header__actions{display:flex;align-items:center;gap:10px}@media screen and (max-width: 1024px){.header__actions{display:none}}.header__actions-phone{font-weight:600;font-size:16px}@media screen and (min-width: 1024px){.header__menu-button{display:none}}.vacancies{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media screen and (max-width: 1300px){.vacancies{grid-template-columns:1fr}}.vacancies__item{position:relative;background:#fff;box-shadow:0 0 9px #00000040;border-radius:10px;display:flex;padding:20px;gap:15px}@media screen and (max-width: 1300px){.vacancies__item{height:-moz-fit-content;height:fit-content}}@media screen and (max-width: 600px){.vacancies__item{flex-direction:column}}.vacancies__item-image{display:block;width:240px;min-width:240px;height:210px;border-radius:15px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 600px){.vacancies__item-image{width:100%;height:auto;max-height:300px}}@media screen and (min-width: 700px){.vacancies__item-container{margin-right:40px;margin-bottom:40px}}.vacancies__item-title{font-weight:600;font-size:20px;padding-right:34px}@media screen and (min-width: 1300px){.vacancies__item-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.vacancies__item-subtitle{margin:5px 0;font-weight:500;font-size:18px}.vacancies__item-description{font-size:14px;color:gray}@media screen and (min-width: 1300px){.vacancies__item-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}@media screen and (max-width: 1200px){.vacancies__item-description{grid-template-columns:1fr}}.vacancies__item-actions{display:flex;margin-top:15px;justify-content:space-between;align-items:end}.vacancies__item-favorite{transition:all .3s ease}.vacancies__item-favorite:hover{transform:scale(1.4) rotate(25deg)}@media screen and (min-width: 700px){.vacancies__item-favorite{position:absolute;right:20px;top:20px}}@media screen and (min-width: 700px){.vacancies__item-button{position:absolute;right:20px;bottom:20px}}.footer-container{height:250px;margin-top:60px;padding:60px 0;border-top:1px solid #EEEEEE}.footer{max-width:1240px;margin:0 auto;padding:0 10px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 700px){.footer{flex-direction:column;height:-moz-min-content;height:min-content;gap:30px;text-align:center;padding-bottom:20px}}.footer__logo{font-size:45px}.footer__logo-icon{width:60px;margin-left:15px;animation:opener-text__title-icon-animation 6s linear infinite}.footer__menu-list{margin-top:20px;display:flex;gap:20px;list-style-type:none}@media screen and (max-width: 450px){.footer__menu-list{flex-wrap:wrap;justify-content:center}}.footer__copyright{margin-top:26px;font-size:12px;color:#bbb}.footer__contacts{display:flex;flex-direction:column;gap:30px;align-items:end}@media screen and (max-width: 700px){.footer__contacts{align-items:center}}.footer__contacts-text{font-weight:600}.footer__contacts-text>span{color:#3d5bf3}@media screen and (max-width: 450px){.footer__contacts-text>span{display:block}}@media screen and (max-width: 900px) and (min-width: 700px){.footer__contacts-text{display:none}}.footer__contacts-phone{display:block;font-weight:600;transition:all .3s ease}.footer__contacts-phone:hover{color:#3d5bf3;transform:scale(1.1)}.footer__contacts-action{font-weight:600;color:#3d5bf3;transition:all .3s ease;cursor:pointer}.footer__contacts-action:hover{transform:scale(1.1)}.newsletter__icon{overflow:hidden}.newsletter{margin-top:60px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 680px){.newsletter{gap:35px;flex-direction:column-reverse}}.newsletter__text-container{text-transform:uppercase;display:flex;align-items:start}@media screen and (max-width: 900px){.newsletter__text-container>.opener-text__title-icon{display:none}}.newsletter__title-regular{font-weight:600;font-size:25px}.newsletter__title-large{font-weight:600;font-size:60px;color:#3d5bf3}.newsletter__description{text-transform:none;margin-bottom:15px}.newsletter__description>span{color:#3d5bf3}.newsletter__icon{width:126px;height:126px;position:relative}.newsletter__emoji{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.newsletter__text{position:absolute;top:0;right:0;animation:rotate 10s linear infinite}@keyframes rotate{0%{rotate:0deg}to{rotate:360deg}}.modal-container{position:fixed;z-index:16;left:0;top:0;width:100%;height:100%;background-color:#000000c9;display:flex;justify-content:center;align-items:center}.modal-content{position:relative;background-color:#fff;padding:45px 55px;width:80%;max-width:510px;animation-name:modalopen;animation-duration:.4s;border-radius:8px}@media screen and (max-width: 600px){.modal-content{width:93%;padding:45px 20px}}@keyframes modalopen{0%{top:-300px;opacity:0}to{top:0;opacity:1}}.modal__close{cursor:pointer;position:absolute;top:20px;right:20px}.modal__header{font-weight:600;font-size:24px;text-align:center;margin-bottom:30px}.modal__header-icon{width:34px;margin-left:8px;animation:opener-text__title-icon-animation 6s linear infinite}.modal__column{display:flex;flex-direction:column;gap:15px}.modal__link,.modal__input{border:1px solid #d4d4d4;border-radius:8px;padding:15px;font-size:18px;font-weight:500;font-family:Manrope,sans-serif}.modal__link:focus,.modal__input:focus{outline:#3D5BF3 solid 2px}.modal__link::-moz-placeholder,.modal__input::-moz-placeholder{color:#b7b7b7}.modal__link::placeholder,.modal__input::placeholder{color:#b7b7b7}.modal__input--select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/build/icons/chevron-down.svg);background-repeat:no-repeat;background-position-x:95%;background-position-y:50%}@media screen and (max-width: 600px){.modal__input--select{font-size:16px}}.modal__link{display:flex;align-items:center;gap:15px;font-weight:600;transition:all .3s ease}.modal__link>svg{width:24px;height:24px;fill:#3d5bf3}.modal__link:hover{background-color:#3d5bf3;color:#fff}.modal__link:hover>svg{fill:#fff}.modal__input{resize:none}
