.footer{background-color:var(--primary-blue);color:var(--color-white);padding:142px 32px 32px}.footer .container{max-width:1480px}.footer p,.footer a{font-size:1rem}.footer a,.footer button{color:var(--color-white)}.footer hr{border:1px solid #2e4e73}.footer .footer-box{justify-content:space-between;gap:15px;margin-bottom:15px;display:flex}.footer .footer-box .contacts{flex-flow:wrap;gap:2rem;display:flex}.footer .footer-box div{width:min-content}.footer .footer-box div .logo{width:100%;min-width:204px;height:auto;margin-bottom:10px}.footer .footer-box section{flex-direction:column;gap:15px;width:fit-content;max-width:296px;display:flex}.footer .footer-box section h6{font-size:1.2rem}.footer .footer-box section h5{font-size:1.728rem;font-weight:300}.footer .footer-box section:first-of-type{max-width:200px}.footer .footer-box section button{background-color:var(--pink);align-self:flex-start;padding:20px 40px}.footer .footer-box section a{align-items:center;text-decoration:none;display:flex}.footer .footer-bottom{justify-content:space-between;align-items:center;margin-top:100px;margin-right:50px;display:flex}.footer .footer-bottom div{gap:10px;display:flex}@media screen and (min-width:1154px){.footer{padding:142px 6rem 32px}}@media screen and (max-width:1152px){.footer p{display:none}}@media screen and (max-width:930px){.footer .footer-box{flex-direction:column;gap:100px}.footer .footer-box div:first-of-type{display:none}.footer .footer-box section:not(.contact){width:100%;max-width:none}.footer .footer-box section:not(.contact) button{width:100%}.footer .footer-bottom svg{width:40px;height:40px}}
.form-container{box-sizing:border-box;background-color:#fff;border-radius:10px;width:100%;max-width:600px;padding:20px;font-family:Segoe UI,Roboto,Arial,sans-serif}.form-container h2{text-align:center;color:#333;margin-bottom:30px;font-size:1.5rem;font-weight:600}.form-group{margin-bottom:20px}.form-group label{color:#555;margin-bottom:8px;font-size:1.05em;font-weight:500;display:block}.form-group input[type=text],.form-group input[type=tel],.form-group input[type=number],.form-group select{color:#333;box-sizing:border-box;border:1px solid #ccc;border-radius:6px;width:100%;padding:12px;font-size:1.1em;transition:border-color .3s,box-shadow .3s}.form-group input[type=text]:focus,.form-group input[type=tel]:focus,.form-group input[type=number]:focus,.form-group select:focus{border-color:#007bff;outline:none;box-shadow:0 0 8px #007bff33}.form-group select{appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204%205%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M2%200L0%202h4L2%200zM2%205L0%203h4L2%205z%22%2F%3E%3C%2Fsvg%3E);background-position:right 12px center;background-repeat:no-repeat;background-size:10px 12px;padding-right:40px}.form-group small{color:#777;margin-top:6px;font-size:.9em;display:block}.form-container form button{color:#fff;cursor:pointer;background-color:#28a745;border:none;border-radius:6px;width:100%;padding:14px 25px;font-size:1.2em;font-weight:600;transition:background-color .3s,transform .2s}.form-container form button:hover{background-color:#218838;transform:translateY(-2px)}.form-container form button:active{background-color:#1e7e34;transform:translateY(0)}.form-container form button:disabled{opacity:.5;cursor:not-allowed}.error-message{color:#dc3545;margin-top:6px;font-size:.88em}.input-error{border-color:#dc3545!important}.modal-overlay{z-index:1000;background-color:#0009;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background-color:#fff;border-radius:10px;width:600px;max-width:90%;max-height:90vh;padding:20px;animation:.3s ease-out slideIn;position:relative;overflow-y:hidden}.close-button{color:#999;cursor:pointer;background:0 0;border:none;height:fit-content;padding:0;font-size:2em;line-height:1;transition:color .2s;position:absolute;top:10px;right:10px}.close-button:hover{color:#333}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.form-container h2{margin-bottom:1rem}.modal-content{width:95%;padding:15px}.close-button{font-size:1.8em;top:10px;right:10px}}.success-message{text-align:center;background-color:#e6ffe6;border:1px solid #28a745;border-radius:10px;padding:50px 30px}.success-message h2{color:#28a745;margin-bottom:20px;font-size:2.2em}.success-message p{color:#333;font-size:1.2em;line-height:1.5}.success-message button{background:0 0}.error-modal-overlay{z-index:9999;background-color:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.error-modal-content{text-align:center;color:#b30000;background-color:#ffe6e6;border-radius:15px;max-width:400px;padding:50px 30px;position:relative;box-shadow:0 0 20px #ff000080}.error-modal-content h2{color:#c00;margin-bottom:10px}.error-modal-content p{font-size:16px}.error-close-button{color:red;cursor:pointer;background:0 0;border:none;font-size:26px;position:absolute;top:8px;right:12px}
