.header{padding:40px 20px;background:url("../img/header_bg.png"),linear-gradient(90deg, #3F84EB 0%, #80ACDE 100%)}.header .container{display:flex;justify-content:space-between;align-items:center}.header__logo a{display:flex;align-items:center;width:50%;z-index:2}.header__logo a img{width:80px;margin-right:10px}.header__text{display:flex;flex-direction:column;row-gap:10px;color:#fff}.header__text-title{margin:0;font-size:30px;font-weight:600}.header__text-subtitle{margin:0;font-size:20px;font-weight:500}.header__lang-switch{display:flex;align-items:center;margin-right:20px;padding:20px;border:1px solid #3f84eb;border-radius:20px;z-index:2}.header__lang-btn{padding:5px 10px;border:1px solid #ccc;border-radius:5px;background:#fff;cursor:pointer;margin-right:5px;font-size:14px;color:#333}.header__lang-btn:hover{background:#e7e7e7}.header__lang-btn.active{background:#3f84eb;color:#fff;border-color:#3f84eb}.header__contacts{display:flex;flex-direction:column;row-gap:10px;text-align:center;width:25%;z-index:2}.header__contacts-text{color:#fff;font-size:26px;font-weight:600}.header__contacts-phone{font-size:22px;font-weight:600;color:#fff;transition:all .2s ease}.header__contacts-phone:hover{color:rgba(255,255,255,.6039215686)}.header__contacts-icons{display:flex;column-gap:10px;justify-content:center;align-items:center}.header__contacts-icons a img{width:40px;height:40px}.header-mobile{display:none;flex-direction:column;align-items:center;row-gap:30px;color:#fff;background:url("../img/header_bg.png"),linear-gradient(90deg, #3F84EB 0%, #80ACDE 100%);box-shadow:0 2px 5px rgba(0,0,0,.1);padding:10px;position:fixed;top:0;right:0;width:50%;height:100%;z-index:10;transform:translateX(100%);transition:transform .3s ease-in-out}.header-mobile.active{display:flex;transform:translateX(0)}.header-mobile__logo img{width:80px;height:85px}.header-mobile__burger{display:none;width:30px;height:20px;cursor:pointer;flex-direction:column;justify-content:space-between;position:fixed;top:30px;right:30px;z-index:11}.header-mobile__burger span{display:block;height:3px;background:#fff;border-radius:3px;animation:none}.header-mobile__list{display:flex;flex-direction:column;row-gap:15px;padding:15px;z-index:1000}.header-mobile__item{list-style:none;text-align:center}.header-mobile__item a{color:#fff;text-decoration:none;font-size:22px;font-weight:500;transition:color .2s}.header-mobile__lang{display:flex;justify-content:center;column-gap:10px}.header-mobile__lang-btn{padding:5px 10px;border:1px solid #ccc;border-radius:5px;background:#fff;cursor:pointer;margin-right:5px;font-size:14px;color:#333}.header-mobile__lang-btn:hover{background:#e7e7e7}.header-mobile__lang-btn.active{background:#3f84eb;color:#fff;border-color:#3f84eb}.header-mobile__contacts{display:flex;flex-direction:column;row-gap:10px;text-align:center}.header-mobile__contacts-text{font-size:24px;font-weight:500}.header-mobile__contacts-phone{font-size:20px;font-weight:500;transition:all .2s ease}.header-mobile__contacts-phone:hover{color:rgba(255,255,255,.6039215686)}.header-mobile__contacts-icons{display:flex;column-gap:10px;justify-content:center;align-items:center}.header-mobile__contacts-icons a img{width:40px;height:40px}.menu{background-color:#fff;padding:10px;margin-top:30px;margin-bottom:30px;border:1px solid rgba(0,0,0,.2666666667);border-radius:20px;box-shadow:0 4px 6px rgba(0,0,0,.1);max-width:60%}.menu__list{display:flex;align-items:center;justify-content:space-around;margin:0}.menu__item{display:inline-block}.menu__item a{display:block;padding:10px 15px;border-radius:10px;color:#3f84eb;transition:all .3s;font-size:14px;font-weight:600;cursor:pointer}.menu__item a:hover{background-color:#3f84eb;color:#fff}.footer{margin-top:100px;padding:40px 0;background:url("../img/footer_bg.png"),linear-gradient(90deg, #3F84EB 0%, #80ACDE 100%)}.footer .container{display:flex;justify-content:space-between;align-items:flex-start}.footer__form{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 1 50%}.footer__form-title{text-align:center;margin-bottom:30px;font-size:32px;color:#fff;font-weight:600}.footer__form form{display:flex;flex-direction:column;row-gap:20px;justify-content:center;width:70%}.footer__form form label{color:#fff}.footer__form form input,.footer__form form textarea{padding:10px 5px;border-radius:10px;font-size:14px}.footer__form-btn{background-color:#fc8c02;border-radius:10px;padding:10px 0;width:100%;color:#fff;font-weight:600}.footer__contacts{display:flex;flex-direction:column;row-gap:30px;flex:0 1 50%}.footer__contacts-title{color:#fff;font-weight:600}.footer__contacts-phone{display:flex;column-gap:10px;align-items:center}.footer__contacts-phone a{color:#fff;font-size:24px}.footer__contacts-phone img{width:30px}.footer__socials{display:flex;column-gap:20px}.footer__socials img{width:40px;height:40px}.form-group{display:flex;flex-direction:column;row-gap:10px}.rating{display:flex;flex-direction:row-reverse;column-gap:5px;justify-content:start}.rating input{display:none}.rating label{font-size:2rem;color:#ddd;cursor:pointer}.rating input:checked~label{color:#fc8c02}.rating label:hover,.rating label:hover~label{color:#fc8c02}.scroll-to-top{width:50px;height:50px;border-radius:6px;background-color:#3f84eb;position:fixed;bottom:30px;right:30px;color:#fff;font-size:40px;line-height:0;font-weight:200;display:none}.scroll-to-top:hover{background-color:#0056b3}.form-request-phone.error{border:2px solid red !important}@media screen and (max-width: 1024px){.menu{max-width:100%}.footer__form{flex:0 1 70%}.footer__form-title{max-width:500px;margin:0 auto 20px auto;font-size:26px}.footer__contacts{flex:0 1 30%}}@media screen and (max-width: 768px){.header__contacts{display:none}.header .container{justify-content:space-around}.menu__item a{font-size:12px;padding:5px 10px}.header-mobile__burger{display:flex}.footer .container{flex-wrap:wrap;row-gap:20px}.footer__form{flex:1 1 100%}.footer__form form{width:100%}.footer__contacts{flex:1 1 100%;align-items:center}}@media screen and (max-width: 580px){.header__lang-switch{display:none}.header .container{justify-content:start}.header-mobile{width:350px}.menu{display:none}.footer__contacts{row-gap:10px}.footer__contacts-title{font-size:20px}.footer__form-title{font-size:20px}.footer__contacts-phone a{font-size:20px}.footer__socials{margin-top:20px}}@media screen and (max-width: 480px){.footer__form-title{max-width:350px}}
