.header-block a{color:#fff;transition:.3s;text-decoration:none}.header-block a:hover{color:#ccc}.header{display:flex;justify-content:space-between;align-items:center}a.header-logo{display:block;font-weight:700;font-size:26px;height:20px;line-height:20px}.header-nav a{display:inline-block;padding:24px 12px;font-size:16px}.header-contacts a:last-of-type{margin-left:8px}.hero-block{background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/hero-background.jpg);background-size:cover}.hero{padding:160px 0;color:#fff}.hero-text{margin:0;padding:0;font-size:38px}.hero-text-secondary{margin-bottom:40px}@media (max-width:1200px){.header{flex-wrap:wrap;padding-top:20px}a.header-logo{order:0;height:26px}.header-contacts{order:1}.header-nav{order:2;width:100%;display:flex;justify-content:center}.header-nav a{padding:12px 18px;font-size:18px;margin-top:20px}}@media (max-width:960px){.hero{padding:100px 0}.hero-text{font-size:28px}.hero-text-secondary{font-size:16px}}@media (max-width:639px){.header{justify-content:center;padding-top:30px}a.header-logo{margin-bottom:20px}.header-nav{flex-wrap:wrap;margin-top:40px}.header-nav a{padding:12px 0;margin-top:0;width:100%;text-align:center}.hero{padding:80px 0}.hero-text{font-size:26px;margin-bottom:20px}.hero-text-secondary{font-size:17px}}.production-block{background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/production-background.jpg);background-size:cover}.production{padding:120px 0;color:#fff}.production a{color:#fff}.sert{display:inline-block;margin-top:20px}@media (max-width:639px){.production a{display:block;width:100%}.sert img{width:100%;height:auto}}.footer-block{background-color:#000;padding:40px}.footer a{color:#fff;text-decoration:none}a.footer-logo{display:inline-block;font-weight:700;font-size:26px;height:20px;line-height:24px}.footer-nav{text-align:right}.footer-nav a{font-size:16px;margin-right:8px}@media (max-width:639px){.footer{text-align:center}.footer-nav{display:flex;flex-wrap:wrap}.footer-nav a{width:100%;font-size:18px;padding:10px;text-align:center}}.form-block{position:fixed;background-color:rgba(0,0,0,.7);top:0;bottom:0;left:0;right:0;z-index:999;display:flex;align-items:center;justify-content:center}.form{width:100%;max-width:600px;background-color:var(--color-secondary);padding:40px;position:relative;filter:drop-shadow(0 0 8px #000)}.form-group{margin-bottom:12px}.form-label{display:block;font-size:16px}.form-input{width:100%;border:1px solid #ddd;padding:8px}.form-close{position:absolute;top:0;right:0;background-color:#eee;border:0;font-size:32px;font-weight:700;padding:4px 12px;cursor:pointer}.form-error{color:var(--color-primary);font-size:13px;display:block;position:absolute;line-height:1.2}@media (max-width:960px){.form{padding:30px}.form-group{margin-bottom:8px}.form .button-center{margin-bottom:0}}@media (max-width:639px){.form{padding:60px 20px}}